From 98d2d9bfb94a5c4b54603a7c76cebf23629998d6 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 2 Nov 2024 21:28:16 -0400 Subject: [PATCH] Replace azote with hyprwall and update dwl submodule --- README.org | 6 +++--- dwl/.config/dwl | 2 +- dwl/.scripts/wayland-startup.sh | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 91541ed..f869023 100644 --- a/README.org +++ b/README.org @@ -9070,9 +9070,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" \ # Wallpaper - "/usr/bin/gammastep -x" \ # Reset gammastep night light + "/usr/bin/shikane" \ # Display Setup + "/usr/bin/hyprwall --restore" \ # Wallpaper + "/usr/bin/gammastep -x" \ # Reset gammastep night light # Tray Applications "/usr/bin/gammastep-indicator" \ # Gamamstep Night Light Indicator "/usr/bin/blueman-applet" \ # Bluetooth Manager Applet diff --git a/dwl/.config/dwl b/dwl/.config/dwl index 07c8cc4..1ff17a3 160000 --- a/dwl/.config/dwl +++ b/dwl/.config/dwl @@ -1 +1 @@ -Subproject commit 07c8cc46d312de8a7a65086707b693ccee25e45d +Subproject commit 1ff17a3e0b56c7a20d83c06234d2f2b055f73220 diff --git a/dwl/.scripts/wayland-startup.sh b/dwl/.scripts/wayland-startup.sh index 3a2df07..048b2f9 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" \ # Wallpaper - "/usr/bin/gammastep -x" \ # Reset gammastep night light + "/usr/bin/shikane" \ # Display Setup + "/usr/bin/hyprwall --restore" \ # Wallpaper + "/usr/bin/gammastep -x" \ # Reset gammastep night light # Tray Applications "/usr/bin/gammastep-indicator" \ # Gamamstep Night Light Indicator "/usr/bin/blueman-applet" \ # Bluetooth Manager Applet