Change waypaper random to restore

This commit is contained in:
Sravan Balaji
2025-05-18 20:04:01 -04:00
parent d1067218ba
commit 27f62a482a
4 changed files with 9 additions and 9 deletions

View File

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

View File

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