8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
polybar-msg cmd quit
|
|
# killall -q polybar
|
|
polybar -r mybar
|
|
|
|
echo "Bars launched..."
|