First Commit
This is a first dotfiles config. I think I have a lot more to add tho...
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/home/tonitch/.fehbg
|
||||
Executable
+4
@@ -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