INIT Commit

This commit is contained in:
stephan.raabe
2023-01-22 18:41:50 +01:00
parent e0f9e0a525
commit 6df11df662
6 changed files with 1739 additions and 0 deletions

11
polybar/launch.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/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 mybar 2>&1 | tee -a /tmp/polybar.log & disown
echo "Polybar launched..."