diff options
author | zachir <zachir@librem.one> | 2024-02-08 22:01:27 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-08 22:01:27 -0600 |
commit | f4cb7fce51024dd9566bea3a7a76013d7b540a94 (patch) | |
tree | 8172b1044f8ad525f7473a8f12c4a0067a47c7ac | |
parent | 61b8e52eaf9acee5645db38f7509d45b8c6da6cc (diff) |
cas: autostart: use hyprpaper and not mpvpaper
Sadly, having mpv constantly playing a video as the background isn't
great for the battery life, so I'm going back to just a normal
wallpaper.
-rwxr-xr-x | autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autostart.sh b/autostart.sh index 1872adb..7e4113e 100755 --- a/autostart.sh +++ b/autostart.sh @@ -21,8 +21,8 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then dinit & notify-sound.sh off & runifnot swayidle - #killandrun hyprpaper - runifnot mpvpaper eDP-1 ~/Downloads/mylivewallpapers-com-Matrix-EDIT.mp4 -p -f -o "--loop" + 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' import-gsettings icon-theme 'Mint-X-Grey' |