add: scripts for random-wallpaper and walld which initializes swww

This commit is contained in:
Ricardo Main
2024-09-06 18:12:35 -07:00
parent b8ea5b2fc3
commit 6f53b768a6
3 changed files with 28 additions and 0 deletions

6
configs/scripts_l/walld Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
swww query
if [ $? -eq 1 ] ; then
swww-daemon
fi