aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2016-02-03 10:21:53 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2016-02-03 10:21:53 +0100
commitd122825978da0e274d466b066b2407856d378a5b (patch)
tree5981408ead0d412c9278802bc82bedbf08c68680 /herbstluftwm
parent31e52e45c77ed4965b46723f514085afd280f66c (diff)
downloaddotfiles-d122825978da0e274d466b066b2407856d378a5b.tar.gz
dotfiles-d122825978da0e274d466b066b2407856d378a5b.tar.bz2
dotfiles-d122825978da0e274d466b066b2407856d378a5b.zip
Updates to various files
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/rofi_theme.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
2 2
3theme_dir="$HLWM_CONF_DIR/themes" 3theme_dir="$HLWM_CONF_DIR/themes"
4current=$(readlink "$theme_dir/current") 4current=$(readlink "$theme_dir/current")
5themes=$(ls "$theme_dir" | grep -vE "current|template|README\.md|$current") 5themes=$(ls "$theme_dir" | grep -vE "^current|template|README\.md|$current\$")
6theme=$(echo "$themes" | rofi -dmenu -p "theme:" $@) 6theme=$(echo "$themes" | rofi -dmenu -p "theme:" $@)
7 7
8if [ -n "$theme" ] && [ -f "$theme_dir/$theme" ]; then 8if [ -n "$theme" ] && [ -f "$theme_dir/$theme" ]; then