10 lines
114 B
Bash
Executable File
10 lines
114 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Terminate already running bar instances
|
|
killall -q polybar
|
|
|
|
polybar top
|
|
|
|
echo "Bars launched..."
|
|
|