From e1d328418f6cfc1f16f3743d6e3459e743344c00 Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Wed, 16 Jul 2025 20:56:38 -0400 Subject: [PATCH] Fixed GTK config --- Installation/arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/arch.sh b/Installation/arch.sh index a5d3a5e..1794a0f 100644 --- a/Installation/arch.sh +++ b/Installation/arch.sh @@ -100,7 +100,7 @@ sway_system() { # 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 + wget http://server.lan:3003/OBJNULL/LinuxScripts/raw/branch/main/Configs/gtk.ini -O ~/.config/gtk-3.0/settings.ini # Copying the Rofi Config File to somewhere Useful mkdir -p ~/.config/rofi