apparently the startup script used to always start a non-existent bottom bar... whoops
4 lines
132 B
Bash
Executable file
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 &
|