new file: bin/start-wallpaper
modified: .config/fish/config.fish
This commit is contained in:
parent
f9baf10798
commit
161a5534fb
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if ! pgrep -x "swww-daemon" > /dev/null
|
||||||
|
then
|
||||||
|
swww init
|
||||||
|
else
|
||||||
|
swww kill
|
||||||
|
swww init
|
||||||
|
fi
|
Loading…
Reference in New Issue