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
|