Initiate the call to put_status

This commit is contained in:
Bastien Dejean 2013-04-08 19:31:49 +02:00
parent 5091792863
commit bcb25fa297

View file

@ -2,8 +2,9 @@
flavor=${1:-bar} flavor=${1:-bar}
bspc put_status
xtitle -sf 'T%s' > "$PANEL_FIFO" & xtitle -sf 'T%s' > "$PANEL_FIFO" &
clock 'S%A %H:%M' 5 > "$PANEL_FIFO" & clock 'S%a %H:%M' 5 > "$PANEL_FIFO" &
case "$flavor" in case "$flavor" in
bar) bar)
cat "$PANEL_FIFO" | panel_bar | bar cat "$PANEL_FIFO" | panel_bar | bar