add: scripts for random-wallpaper and walld which initializes swww
This commit is contained in:
6
configs/scripts_l/walld
Executable file
6
configs/scripts_l/walld
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
swww query
|
||||
if [ $? -eq 1 ] ; then
|
||||
swww-daemon
|
||||
fi
|
||||
Reference in New Issue
Block a user