Separate wallpaper and lockscreen by host
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
14e80e6bf2
commit
b4b02847dd
13 changed files with 83 additions and 49 deletions
|
@ -12,4 +12,4 @@
|
|||
#
|
||||
# USAGE:
|
||||
# ./screenlock
|
||||
betterlockscreen -l blur -t "Welcome back, Severin!"
|
||||
betterlockscreen -l -t "Welcome back, Severin!"
|
|
@ -13,8 +13,13 @@
|
|||
# ./sync-tasks
|
||||
. /home/severin/.local/bin/utils
|
||||
|
||||
export TASKDATA="/home/severin/Tasks"
|
||||
export TASKRC="/home/severin/.config/task/taskrc"
|
||||
|
||||
print_time_log "sync-tasks" "Synchronizing tasks"
|
||||
|
||||
task sync
|
||||
|
||||
cd "/home/severin/Tasks" || exit
|
||||
git pull > /dev/null 2>&1
|
||||
git add --all > /dev/null 2>&1
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue