user/polybar: add 1px scrollbar
apparently the startup script used to always start a non-existent bottom bar... whoops
This commit is contained in:
parent
72f173d5a7
commit
8aa10ce4ed
2 changed files with 33 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
polybar top >>/tmp/bar-top.log 2>&1 &
|
||||
polybar bottom >>/tmp/bar-bottom.log 2>&1 &
|
||||
polybar top >> ${XDG_RUNTIME_DIR}/bar-top.log 2>&1 &
|
||||
polybar scroller >> ${XDG_RUNTIME_DIR}/bar-scroller.log 2>&1 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue