Initial commit
This commit is contained in:
commit
153479352c
18 changed files with 3402 additions and 0 deletions
5
bin/switchbg
Executable file
5
bin/switchbg
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
IMG="$HOME/images/"$(ls ~/images/ | sort -R | head -1)
|
||||
|
||||
feh --bg-fill "$IMG"
|
Loading…
Add table
Add a link
Reference in a new issue