nix/package/swayscript/script/Wallpaper.sh

10 lines
145 B
Bash

# Toggle video wallpaper.
function wallpaper_video() {
notify_short
re() {
pkill mpvpaper || wallpaper-video
}
_sway_iterate_sockets re
}