diff options
-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 |