Add files via upload
This commit is contained in:
11
config/polybar/launch.sh
Executable file
11
config/polybar/launch.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
killall -q polybar
|
||||
|
||||
# Wait until the processes have been shut down
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch Polybar
|
||||
polybar top -c ~/.config/polybar/config.ini &
|
||||
#notify-send "Launched the main bar ..."
|
||||
Reference in New Issue
Block a user