First Commit
This is a first dotfiles config. I think I have a lot more to add tho...
This commit is contained in:
4
feh/.fehbg
Executable file
4
feh/.fehbg
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
wallpaper=$(find $HOME/Pictures/wallpaper -type f | awk '!/.git/' | shuf -n 1)
|
||||
echo $wallpaper > /tmp/currwallpaper.txt
|
||||
feh --no-fehbg --bg-fill "$wallpaper"
|
Reference in New Issue
Block a user