Regenerated

This commit is contained in:
2026-04-05 21:00:20 +02:00
parent b0033b6451
commit 5ee961888b
3 changed files with 306 additions and 306 deletions
@@ -10,7 +10,7 @@ set_wallpaper_all_monitors() {
pic="$1"
monitors=$(hyprctl monitors -j | jq -r '.[].name') # list all monitor names
for m in $monitors; do
swww img -o "$m" -t fade --transition-duration 1 "$pic"
awww img -o "$m" -t fade --transition-duration 1 "$pic"
done
}
@@ -45,4 +45,4 @@ handle() {
# -----------------------------
socat -U - UNIX-CONNECT:"$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock" | while read -r line; do
handle "$line"
done
done