From 3b5fb951e16584339ceac21d917147f7bbf7d260 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 23 Apr 2018 17:16:10 +0200 Subject: [PATCH] Create autoWallpaper.sh --- .bin/autoWallpaper.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .bin/autoWallpaper.sh diff --git a/.bin/autoWallpaper.sh b/.bin/autoWallpaper.sh new file mode 100644 index 0000000..b2e80e3 --- /dev/null +++ b/.bin/autoWallpaper.sh @@ -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 +#