Regenerated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user