.config + polybar submodule

This commit is contained in:
2023-04-18 10:01:23 +02:00
parent 1dc6b93bd5
commit 8b20dece31
8 changed files with 3991 additions and 0 deletions

8
.config/polybar/launch.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
killall -q polybar
polybar bspbar1 >> /tmp/polybar1.log 2>&1 &
polybar bspbar2 >> /tmp/polybar1.log 2>&1 &
echo "Bars launched..."