diff options
author | zachir <zachir@librem.one> | 2024-02-06 12:17:34 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-06 12:17:34 -0600 |
commit | 1cc2f276301c892f7184e83d13226250a6198726 (patch) | |
tree | 4c4db7b15719547e81d68891edf5790110c3369d | |
parent | c4896920b1ce629ad74ef38cc78161a316ef0c09 (diff) |
cas: use mpvpaper for wallpaper, change gtk theme
-rwxr-xr-x | autostart.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/autostart.sh b/autostart.sh index be39375..1872adb 100755 --- a/autostart.sh +++ b/autostart.sh @@ -21,9 +21,10 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then dinit & notify-sound.sh off & runifnot swayidle - killandrun hyprpaper + #killandrun hyprpaper + runifnot mpvpaper eDP-1 ~/Downloads/mylivewallpapers-com-Matrix-EDIT.mp4 -p -f -o "--loop" runifnot waybar - import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' + import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest' import-gsettings icon-theme 'Mint-X-Grey' import-gsettings cursor-theme 'Adwaita' xrdb ~/.Xresources |