From 60cb259e103b3e1a8f7c43ed8dd2250137d47578 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 30 May 2016 19:04:23 +0100 Subject: lemonbar speed fix --- Panel/lemonbar/panel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Panel/lemonbar/panel') diff --git a/Panel/lemonbar/panel b/Panel/lemonbar/panel index 0477467..6926b75 100755 --- a/Panel/lemonbar/panel +++ b/Panel/lemonbar/panel @@ -21,7 +21,7 @@ clock -i 60 -sf 'Z%d %a %H:%M' > "$PANEL_FIFO" & unbuffer alsactl monitor | grep --line-buffered 'Headphone Jack' | while read line; do volume -f 'V%i' > $PANEL_FIFO;done & -source ./panel_colors +. ./panel_colors cat "$PANEL_FIFO" | ./panel_bar | lemonbar -f "$FONT_FONT" -f "$ICON_FONT" -g x$PANEL_HEIGHT -F "$COLOR11" -B "$COLOR0" -u 3 & -- cgit v1.2.3-54-g00ecf