Replace azote with waypaper

- Set random wallpaper with waypaper in autostart / post-switch
This commit is contained in:
Sravan Balaji
2025-05-18 09:27:29 -04:00
parent 7f624752a0
commit d1067218ba
4 changed files with 9 additions and 7 deletions

View File

@@ -3893,6 +3893,7 @@ fi
systemctl --user restart waybar.service
$HOME/.scripts/gammastep.sh --on
waypaper --random
#+END_SRC
**** Timeout
@@ -9635,7 +9636,7 @@ declare -a startup_array=(\
"sudo /usr/bin/swhkd" \ # Simple Wayland HotKey Daemon
# Display / Compositor Setup
"/usr/bin/shikane" \ # Display Setup
"$HOME/.azotebg" \ # Restore wallpaper
"/usr/bin/waypaper --random" \ # Restore wallpaper
"/usr/bin/gammastep -x" \ # Reset gammastep night light
# Tray Applications
"/usr/bin/blueman-applet" \ # Bluetooth Manager Applet

View File

@@ -13,7 +13,7 @@ declare -a startup_array=(\
"sudo /usr/bin/swhkd" \ # Simple Wayland HotKey Daemon
# Display / Compositor Setup
"/usr/bin/shikane" \ # Display Setup
"$HOME/.azotebg" \ # Restore wallpaper
"/usr/bin/waypaper --random" \ # Restore wallpaper
"/usr/bin/gammastep -x" \ # Reset gammastep night light
# Tray Applications
"/usr/bin/blueman-applet" \ # Bluetooth Manager Applet

View File

@@ -5,3 +5,4 @@ fi
systemctl --user restart waybar.service
$HOME/.scripts/gammastep.sh --on
waypaper --random