new file: bin/start-wallpaper

modified:   .config/fish/config.fish
This commit is contained in:
hok7z 2024-01-16 13:09:34 +02:00
parent f9baf10798
commit 161a5534fb
1 changed files with 9 additions and 0 deletions

9
bin/start-wallpaper Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
if ! pgrep -x "swww-daemon" > /dev/null
then
swww init
else
swww kill
swww init
fi