herbstluftwm: panel: remove unnecessary code for the icons

This commit is contained in:
Thomas Preisner 2016-12-09 18:36:57 +01:00
parent 54b22eef4e
commit 68b5fc921e

View file

@ -74,7 +74,7 @@ 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()^bg()"
} }
# CPU # CPU