This commit is contained in:
Salyrus
2021-12-08 10:52:36 +01:00
parent 416d2ebcf8
commit 2ec1bdcbad
29 changed files with 3005 additions and 8 deletions

11
polybar/launch.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# Terminate already running bar instances
pkill 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
polybar top | tee -a /tmp/polybar.log & disown
echo "Polybar launched..."