diff options
Diffstat (limited to 'Panel/lemonbar/panel')
-rwxr-xr-x | Panel/lemonbar/panel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Panel/lemonbar/panel b/Panel/lemonbar/panel index 6926b75..cbf6301 100755 --- a/Panel/lemonbar/panel +++ b/Panel/lemonbar/panel @@ -10,7 +10,7 @@ mkfifo -m 777 "$PANEL_FIFO" #bspc config top_padding $PANEL_HEIGHT #bspc control --subscribe > "$PANEL_FIFO" & ./windows > "$PANEL_FIFO" & -echo "D`rpws current`" > "$PANEL_FIFO" & +#echo "D`rpws current`" > "$PANEL_FIFO" & volume -f 'V%i' > "$PANEL_FIFO" & battery -i 60 -sf 'B%s %i' > "$PANEL_FIFO" & clock -i 60 -sf 'Z%d %a %H:%M' > "$PANEL_FIFO" & |