From d1067218ba53b359e1006fe742e4223ced9f7229 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 18 May 2025 09:27:29 -0400 Subject: [PATCH] Replace azote with waypaper - Set random wallpaper with waypaper in autostart / post-switch --- README.org | 7 ++++--- dwl/.scripts/wayland-startup.sh | 6 +++--- hyprland/.config/hypr | 2 +- shikane/.scripts/shikane-postswitch.sh | 1 + 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 889a3cf..5c9c27d 100644 --- a/README.org +++ b/README.org @@ -3893,6 +3893,7 @@ fi systemctl --user restart waybar.service $HOME/.scripts/gammastep.sh --on +waypaper --random #+END_SRC **** Timeout @@ -9634,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 - "$HOME/.azotebg" \ # Restore wallpaper - "/usr/bin/gammastep -x" \ # Reset gammastep night light + "/usr/bin/shikane" \ # Display Setup + "/usr/bin/waypaper --random" \ # 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 a04311c..2f0c5ee 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 - "$HOME/.azotebg" \ # Restore wallpaper - "/usr/bin/gammastep -x" \ # Reset gammastep night light + "/usr/bin/shikane" \ # Display Setup + "/usr/bin/waypaper --random" \ # 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 59f07db..4e29334 160000 --- a/hyprland/.config/hypr +++ b/hyprland/.config/hypr @@ -1 +1 @@ -Subproject commit 59f07db6ac6014ae73011ad92fe7322f1b2cd802 +Subproject commit 4e2933401f9a8f0addbc9b1c0d033d3b975e6fd7 diff --git a/shikane/.scripts/shikane-postswitch.sh b/shikane/.scripts/shikane-postswitch.sh index c921f45..d18a390 100755 --- a/shikane/.scripts/shikane-postswitch.sh +++ b/shikane/.scripts/shikane-postswitch.sh @@ -5,3 +5,4 @@ fi systemctl --user restart waybar.service $HOME/.scripts/gammastep.sh --on +waypaper --random