diff options
author | zachir <zachir@librem.one> | 2024-01-02 15:45:51 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-01-02 15:45:51 -0600 |
commit | 22bed6b31191b70dc8feba42277ccdb142d41128 (patch) | |
tree | dfff4f5cfaf850f13767e90f696cb3d51129a796 | |
parent | 46cd36251842394860454c17e621df13ecc541dc (diff) |
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.
-rwxr-xr-x | autostart.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |