split polybar by themes

This commit is contained in:
horhik 2020-09-05 14:43:37 +03:00
parent 6957800142
commit aec58dae23
1444 changed files with 17682 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/usr/bin/env sh
## Add this to your wm startup file.
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar -c ~/.config/polybar/themes/monolit-dracula/config.ini main &
polybar -c ~/.config/polybar/themes/monolit-dracula/config.ini second &

Some files were not shown because too many files have changed in this diff Show More