theme cycle trigger waybar theme

This commit is contained in:
samantha42
2026-04-19 09:12:58 +02:00
parent 22eb9ddc46
commit 69bbc15cb2
6 changed files with 202 additions and 158 deletions

View File

@@ -12,12 +12,14 @@ apply_day() {
for mon in "${MONITORS[@]}"; do
hyprctl hyprpaper wallpaper "$mon,$DAY_WALL" &>/dev/null
done
sh ~/.config/waybar/switch-theme.sh day
}
apply_night() {
for mon in "${MONITORS[@]}"; do
hyprctl hyprpaper wallpaper "$mon,$NIGHT_WALL" &>/dev/null
done
sh ~/.config/waybar/switch-theme.sh night
}
wait_for_hyprpaper() {