1
0

FEAT: Swapping i3bar for polybar

This commit is contained in:
2024-04-14 15:32:04 +02:00
parent e95ce2b946
commit 04790c48d6
5 changed files with 202 additions and 15 deletions

7
polybar/launch.sh Executable file
View File

@@ -0,0 +1,7 @@
polybar-msg cmd quit
echo "---" | tee -a /tmp/polybar.log
polybar MyBar 2>&1 | tee -a /tmp/polybar.log & disown
echo "Bars launched ... "