diff --git a/Installation/arch.sh b/Installation/arch.sh index e5d002e..4fabc70 100644 --- a/Installation/arch.sh +++ b/Installation/arch.sh @@ -98,6 +98,10 @@ sway_system() { mkdir -p ~/.config/alacritty wget http://server.lan:3003/OBJNULL/LinuxScripts/raw/branch/main/Configs/alacritty.toml -O ~/.config/alacritty/alacritty.toml + # Copying the GTK Config File to somewhere Useful + mkdir -p ~/.config/gtk-3.0 + wget http://server.lan:3003/OBJNULL/LinuxScripts/raw/branch/main/Configs/ -O ~/.config/gtk-3.0/settings.ini + # Copying the Rofi Config File to somewhere Useful mkdir -p ~/.config/rofi wget http://server.lan:3003/OBJNULL/LinuxScripts/raw/branch/main/Configs/rofi.rasi -O ~/.config/rofi/config.rasi