5 lines
92 B
Bash
5 lines
92 B
Bash
# Toggle video wallpaper.
|
|
function wallpaper_video() {
|
|
pkill mpvpaper || wallpaper-video
|
|
}
|