dotfiles/bin/start-wallpaper

10 lines
103 B
Plaintext
Raw Normal View History

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