Separate wallpaper and lockscreen by host

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-04-23 22:52:04 +02:00
parent 14e80e6bf2
commit b4b02847dd
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
13 changed files with 83 additions and 49 deletions

View file

@ -13,7 +13,5 @@
# ./wallpaper
. /home/severin/.local/bin/utils
print_time_log "wallpaper" "Changing wallpaper"
# When run from a cronjob the DISPLAY environment variable is not set
DISPLAY=:0 feh --randomize --bg-fill --no-fehbg "${HOME}/Pictures/01_Wallpaper/Desktop/"
HOST="$(hostname)"
feh --bg-fill --no-fehbg "${DOTFILES}/assets/wallpaper.${HOST}.jpg"