flakes/scripts/polybar.sh
LavaDesu 8aa10ce4ed
user/polybar: add 1px scrollbar
apparently the startup script used to always start a non-existent bottom
bar... whoops
2021-11-19 18:01:23 +07:00

4 lines
132 B
Bash
Executable file

#!/bin/sh
polybar top >> ${XDG_RUNTIME_DIR}/bar-top.log 2>&1 &
polybar scroller >> ${XDG_RUNTIME_DIR}/bar-scroller.log 2>&1 &