dotfiles/bin/start-wallpaper
hok7z 161a5534fb new file: bin/start-wallpaper
modified:   .config/fish/config.fish
2024-01-16 13:09:34 +02:00

9 lines
103 B
Bash
Executable file

#!/bin/bash
if ! pgrep -x "swww-daemon" > /dev/null
then
swww init
else
swww kill
swww init
fi