herbstluftwm: panel: fix capitalization

This commit is contained in:
Thomas Preisner 2016-12-08 23:31:36 +01:00
parent 93bc6e4e45
commit c5c738e3cb

View file

@ -72,7 +72,7 @@ else
} }
fi fi
# Icons # ICONS
function icon() { function icon() {
echo -n "^fg(#000000)^ro(1x$height)^fg()^bg(${color[${2}]})^fg(#151515) ^i(${iconpath}/${1}.xbm) ^fg(#000000)^ro(1x$height)^fg()^bg()" echo -n "^fg(#000000)^ro(1x$height)^fg()^bg(${color[${2}]})^fg(#151515) ^i(${iconpath}/${1}.xbm) ^fg(#000000)^ro(1x$height)^fg()^bg()"
} }