diff --git a/bin/bgselect b/bin/bgselect index 3ac90e2..ca955ed 100755 --- a/bin/bgselect +++ b/bin/bgselect @@ -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