mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 06:27:20 +01:00
"initial" commit :D
This commit is contained in:
8
wallpaper.sh
Executable file
8
wallpaper.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# xsetroot -solid '#eee8d5'
|
||||
|
||||
# random wallpaper
|
||||
WALLPAPERDIR=$(dirname "$0")/wallpapers
|
||||
WALLPAPER=`find $WALLPAPERDIR -type f | sort -R | head -n 1`
|
||||
feh --bg-scale $WALLPAPER
|
||||
Reference in New Issue
Block a user