From d122825978da0e274d466b066b2407856d378a5b Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 3 Feb 2016 10:21:53 +0100 Subject: Updates to various files --- herbstluftwm/.config/herbstluftwm/rofi_theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'herbstluftwm/.config') diff --git a/herbstluftwm/.config/herbstluftwm/rofi_theme.sh b/herbstluftwm/.config/herbstluftwm/rofi_theme.sh index 4921a66..8be7f45 100755 --- a/herbstluftwm/.config/herbstluftwm/rofi_theme.sh +++ b/herbstluftwm/.config/herbstluftwm/rofi_theme.sh @@ -2,7 +2,7 @@ theme_dir="$HLWM_CONF_DIR/themes" current=$(readlink "$theme_dir/current") -themes=$(ls "$theme_dir" | grep -vE "current|template|README\.md|$current") +themes=$(ls "$theme_dir" | grep -vE "^current|template|README\.md|$current\$") theme=$(echo "$themes" | rofi -dmenu -p "theme:" $@) if [ -n "$theme" ] && [ -f "$theme_dir/$theme" ]; then -- cgit v1.2.3