inital commit
This commit is contained in:
6
etc/cron.hourly/sddm-background.sh
Executable file
6
etc/cron.hourly/sddm-background.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
#only call if script is there
|
||||
command -v /home/aiden/sddm-random-background.sh >/dev/null || exit 0
|
||||
|
||||
exec /home/aiden/sddm-random-background.sh
|
||||
Reference in New Issue
Block a user