diff --git a/README.org b/README.org index 5c9c27d..cb209c1 100644 --- a/README.org +++ b/README.org @@ -3893,7 +3893,7 @@ fi systemctl --user restart waybar.service $HOME/.scripts/gammastep.sh --on -waypaper --random +waypaper --restore #+END_SRC **** Timeout @@ -9635,9 +9635,9 @@ declare -a startup_array=(\ "/usr/bin/swhks" \ # Simple Wayland HotKey Server "sudo /usr/bin/swhkd" \ # Simple Wayland HotKey Daemon # Display / Compositor Setup - "/usr/bin/shikane" \ # Display Setup - "/usr/bin/waypaper --random" \ # Restore wallpaper - "/usr/bin/gammastep -x" \ # Reset gammastep night light + "/usr/bin/shikane" \ # Display Setup + "/usr/bin/waypaper --restore" \ # Restore wallpaper + "/usr/bin/gammastep -x" \ # Reset gammastep night light # Tray Applications "/usr/bin/blueman-applet" \ # Bluetooth Manager Applet "/usr/bin/nm-applet" \ # Network Manager Applet diff --git a/dwl/.scripts/wayland-startup.sh b/dwl/.scripts/wayland-startup.sh index 2f0c5ee..42f54ab 100755 --- a/dwl/.scripts/wayland-startup.sh +++ b/dwl/.scripts/wayland-startup.sh @@ -12,9 +12,9 @@ declare -a startup_array=(\ "/usr/bin/swhks" \ # Simple Wayland HotKey Server "sudo /usr/bin/swhkd" \ # Simple Wayland HotKey Daemon # Display / Compositor Setup - "/usr/bin/shikane" \ # Display Setup - "/usr/bin/waypaper --random" \ # Restore wallpaper - "/usr/bin/gammastep -x" \ # Reset gammastep night light + "/usr/bin/shikane" \ # Display Setup + "/usr/bin/waypaper --restore" \ # Restore wallpaper + "/usr/bin/gammastep -x" \ # Reset gammastep night light # Tray Applications "/usr/bin/blueman-applet" \ # Bluetooth Manager Applet "/usr/bin/nm-applet" \ # Network Manager Applet diff --git a/hyprland/.config/hypr b/hyprland/.config/hypr index 4e29334..a741df0 160000 --- a/hyprland/.config/hypr +++ b/hyprland/.config/hypr @@ -1 +1 @@ -Subproject commit 4e2933401f9a8f0addbc9b1c0d033d3b975e6fd7 +Subproject commit a741df08f91cf30223dc2608bebb99ac9d9db59d diff --git a/shikane/.scripts/shikane-postswitch.sh b/shikane/.scripts/shikane-postswitch.sh index d18a390..3e2b9f8 100755 --- a/shikane/.scripts/shikane-postswitch.sh +++ b/shikane/.scripts/shikane-postswitch.sh @@ -5,4 +5,4 @@ fi systemctl --user restart waybar.service $HOME/.scripts/gammastep.sh --on -waypaper --random +waypaper --restore