eww replacement of waybar

This commit is contained in:
samantha42
2026-04-20 20:37:54 +02:00
parent a240874719
commit 52fa42698f
14 changed files with 591 additions and 119 deletions

View File

@@ -12,14 +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
#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
#sh ~/.config/waybar/switch-theme.sh night
}
wait_for_hyprpaper() {