mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Initiate the call to put_status
This commit is contained in:
parent
5091792863
commit
bcb25fa297
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue