fixed bug in herbstluftwm panel status script
This commit is contained in:
parent
d1b29f7839
commit
5d884ecbf6
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ tags() {
|
|||
'.')
|
||||
item="<fc=gray20>[$tag_id]</fc>"
|
||||
;;
|
||||
'*')
|
||||
item="<fc=gray50>[</fc><fc=gray50>$tag_id</fc><fc=gray50>]</fc>"
|
||||
*)
|
||||
item="<fc=gray50>[$tag_id]</fc>"
|
||||
;;
|
||||
esac
|
||||
action="<action=`echo herbstclient use $tag_id`>$item</action>"
|
||||
|
|
Loading…
Reference in a new issue