This commit is contained in:
stephan.raabe
2023-02-18 16:33:27 +01:00
parent 7556fe405c
commit df201e3c8a
4 changed files with 1 additions and 188 deletions

View File

@@ -1,11 +0,0 @@
#!/bin/bash
# Terminate already running bar instances
killall -q polybar
# If all your bars have ipc enabled, you can also use
# polybar-msg cmd quit
# Launch Polybar, using default config location ~/.config/polybar/config.ini
polybar example
echo "Polybar launched..."