From c7d679ab7ec85cc65b2d29563257c9c0798e31e6 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 19 Sep 2020 13:45:14 +0000 Subject: [PATCH] hlwm: remove leading space for current tag --- xdg-config-dir/herbstluftwm/herbstpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg-config-dir/herbstluftwm/herbstpanel.sh b/xdg-config-dir/herbstluftwm/herbstpanel.sh index b96ee54..c1f4632 100644 --- a/xdg-config-dir/herbstluftwm/herbstpanel.sh +++ b/xdg-config-dir/herbstluftwm/herbstpanel.sh @@ -37,7 +37,7 @@ show_tags() ;; esac done - printf "%%{l} %s%%{F%s}%s%%{F-}\n" \ + printf "%%{l}%s%%{F%s}%s%%{F-}\n" \ "$focused" "$hlwm_color9" "$s" } }