Arch now sets up GTK
This commit is contained in:
parent
80e9e54273
commit
f16cb83e2f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue