From 22bed6b31191b70dc8feba42277ccdb142d41128 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 Jan 2024 15:45:51 -0600 Subject: autostart.sh: fix gsettings import These lines were totally borked, because I copied them from a help thing without copying the necessary environment variable. Instead, now I have an import-gsettings script to do that for me. --- autostart.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autostart.sh') diff --git a/autostart.sh b/autostart.sh index f1a84af..f2b53a7 100755 --- a/autostart.sh +++ b/autostart.sh @@ -22,9 +22,9 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then runifnot swayidle killandrun hyprpaper runifnot waybar - gsettings set $gnome-schema gtk-theme 'Plata-Noir-Compact' - gsettings set $gnome-schema icon-theme 'Mint-Y-Dark-Blue' - gsettings set $gnome-schema cursor-theme 'Adwaita' + import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' + import-gsettings icon-theme 'Mint-X-Grey' + import-gsettings cursor-theme 'Adwaita' xrdb ~/.Xresources runifnot portmaster-start --data=/opt/safing/portmaster notifier runifnot jamesdsp -t -- cgit v1.2.3