use bag repo
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
feh --no-fehbg --bg-fill ~/.images/$(ls ~/.images/ | dmenu -c -l 10)
|
||||
SELECTION=$(ls ~/repos/bag/ | dmenu -c -i -l 10 ) && feh --no-fehbg --bg-fill ~/repos/bag/$SELECTION
|
||||
|
||||
Reference in New Issue
Block a user