"initial" commit :D

This commit is contained in:
Thomas Ruoff
2018-04-03 23:17:34 +02:00
commit ed3d2e04b9
15 changed files with 484 additions and 0 deletions

8
wallpaper.sh Executable file
View 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