Fix logout script issue, clean up scripts for rofi, changed polybar launcher script name
This commit is contained in:
7
home/bin/stop-polybar
Executable file
7
home/bin/stop-polybar
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
killall -q polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do
|
||||
sleep 0.5
|
||||
done
|
||||
echo "Bars stopped..."
|
Reference in New Issue
Block a user