user/polybar: add 1px scrollbar

apparently the startup script used to always start a non-existent bottom
bar... whoops
This commit is contained in:
LavaDesu 2021-11-19 18:01:23 +07:00
parent 72f173d5a7
commit 8aa10ce4ed
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 33 additions and 2 deletions

View file

@ -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 &