diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/panel/panel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/panel/panel b/tools/panel/panel index 39d8e1a..a9e5567 100755 --- a/tools/panel/panel +++ b/tools/panel/panel @@ -20,7 +20,7 @@ clock -i 60 -sf 'Z%d %a %H:%M' > "$PANEL_FIFO" & source ./panel_colors -cat "$PANEL_FIFO" | ./panel_bar | bar -g x$PANEL_HEIGHT -f "$PANEL_FONT_FAMILY" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" & +cat "$PANEL_FIFO" | ./panel_bar | lemonbar -g x$PANEL_HEIGHT -f "$PANEL_FONT_FAMILY" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" & sleep 1; stalonetray --geometry 4x1-1+1 --icon-gravity E --grow-gravity E -bg $COLOR0 -i 18 & |