.config/herbstluftwm/panel.sh

This commit is contained in:
Tom Willemsen 2012-04-21 16:59:18 +02:00
parent eebebe3686
commit 3431b2ecea

View file

@ -122,7 +122,7 @@ herbstclient pad $monitor2 -5 -5 -5 -5
} 2> /dev/null | {
TAGS=( $(herbstclient tag_status $monitor) )
TAGS2=( $(herbstclient tag_status $monitor2) )
while true ; do
separator="^fg($bgcolor)^ro(1x$height)^fg()"
print_tags
print_services
@ -142,7 +142,6 @@ herbstclient pad $monitor2 -5 -5 -5 -5
exit
;;
esac
done
} 2> /dev/null | dzen2 -w $width -x $x -y $y -fn "$font" -h $height \
-ta l -bg "$bgcolor"