mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Adding waypaper to qtile config for a wallpaper changer.
This commit is contained in:
@@ -22,12 +22,14 @@ sleep 1
|
|||||||
yes | /usr/bin/emacs --daemon &
|
yes | /usr/bin/emacs --daemon &
|
||||||
|
|
||||||
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
|
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
|
||||||
# 1. Uncomment to restore last saved wallpaper
|
# 1. Uncomment to set wallpaper with 'waypaper'
|
||||||
xargs xwallpaper --stretch < ~/.cache/wall &
|
waypaper --restore &
|
||||||
# 2. Uncomment to set a random wallpaper on login
|
|
||||||
|
# 2. Uncomment to set wallpaper with 'dm-setbg' from dmscripts
|
||||||
|
# xargs xwallpaper --stretch < ~/.cache/wall &
|
||||||
|
|
||||||
|
# 3. Uncomment to set a random wallpaper on login
|
||||||
# find /usr/share/backgrounds/dtos-backgrounds/ -type f | shuf -n 1 | xargs xwallpaper --stretch &
|
# find /usr/share/backgrounds/dtos-backgrounds/ -type f | shuf -n 1 | xargs xwallpaper --stretch &
|
||||||
# 3. Uncomment to set wallpaper with nitrogen
|
|
||||||
# nitrogen --restore &
|
|
||||||
|
|
||||||
if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then
|
if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then
|
||||||
betterlockscreen -u /usr/share/backgrounds/dtos-backgrounds/0277.jpg &
|
betterlockscreen -u /usr/share/backgrounds/dtos-backgrounds/0277.jpg &
|
||||||
|
|||||||
Reference in New Issue
Block a user