a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
8 lines
152 B
Bash
Executable File
8 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
# quit already running instances (if ipc is enabled)
|
|
polybar-msg cmd quit
|
|
# killall -q polybar
|
|
|
|
polybar top & disown
|
|
# polybar bot & disown
|