Clean up configs, remove bashrc conflicting with bash
This commit is contained in:
7
home/bin/killbar
Executable file
7
home/bin/killbar
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