This website requires JavaScript.
Explore
Help
Sign In
fakeowl1
/
dotfiles
Watch
1
Star
1
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
161a5534fb
dotfiles
/
bin
/
start-wallpaper
10 lines
103 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
! pgrep -x
"swww-daemon"
> /dev/null
then
swww init
else
swww
kill
swww init
fi
Reference in New Issue
View Git Blame
Copy Permalink