From b357d07a2ae43dd48b50ed8d256b4b39a531c023 Mon Sep 17 00:00:00 2001 From: pants Date: Fri, 19 Dec 2025 13:16:01 -0800 Subject: [PATCH] use bag repo --- bin/bgselect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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