This commit is contained in:
2023-04-18 10:01:48 +02:00
parent 8b20dece31
commit cdbe23d2fd
5 changed files with 181 additions and 0 deletions

4
.fehbg Executable file
View 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"