wkgen cinnamon
This commit is contained in:
parent
aa8b777806
commit
381f3957c7
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
date='date +%Y-%m-%d\ %T'
|
||||||
|
logfile=~/.wkgen.log
|
||||||
|
set -e
|
||||||
|
echo "[$(eval $date)]: starting webrequests..." | tee -a $logfile
|
||||||
|
curl -s -o ~/Pictures/wallpaper/wk-progress.1.png "https://wkgen.homeserver.box/?k=7b98a684-5c91-44ab-86b1-f7023609fe4e&d=1"
|
||||||
|
echo "[$(eval $date)]: setting wallpaper..." | tee -a $logfile
|
||||||
|
gsettings set org.cinnamon.desktop.background picture-uri "file:///home/plex/Pictures/wallpaper/wk-progress.1.png"
|
||||||
|
echo "[$(eval $date)]: done" | tee -a $logfile
|
Loading…
Reference in New Issue