Create autoWallpaper.sh

This commit is contained in:
Edouard DUPIN 2018-04-23 17:16:10 +02:00 committed by GitHub
parent c557e1ac04
commit 3b5fb951e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.bin/autoWallpaper.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/sh
export DISPLAY=:0
feh --randomize --bg-fill /home/edupin/.config/awesome/background/* >> /home/edupin/aaaaaaaa_last_update_wallpaper.txt
# crontab -e
# ou edn /var/spool/cron/edupin
# Set this inside:
#
# # Minute Hour Day of Month Month Day of Week Command
# # (0-59) (0-23) (1-31) (1-12 or Jan-Dec) (0-6 or Sun-Sat)
# */30 * * * * /home/edupin/.bin/autoWallpaper.sh
#