Rename scripts
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
df6b44e541
commit
410d0b33c6
46 changed files with 566 additions and 249 deletions
20
system/.local/bin/wallpaper
Executable file
20
system/.local/bin/wallpaper
Executable file
|
@ -0,0 +1,20 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# wallpaper
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Sets the wallpaper using feh
|
||||
#
|
||||
# USAGE:
|
||||
# ./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/severin/Documents/02_Media/Images/01_Wallpaper/Desktop/"
|
Loading…
Add table
Add a link
Reference in a new issue