1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2025-03-20 12:39:30 +00:00

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
.config/polybar/themes/monolit-dracula
bars.inicolors.iniconfig.ini
dotfiles/i3
launch.shmodules.ini
polybar-scripts
battery-combined-shell
battery-combined-tlp
battery-combined-udev
battery-cyberpower
easteregg-pornhub
README.md
screenshots
inbox-imap-pythongpg
inbox-imap-shellnetrc
inbox-pop3-shellnetrc
info-airqualityindex
info-dualshock4
info-ethermine
info-eyestrain
info-hackspeed
info-hexdate
info-hlwm-workspaces
info-kernel
info-pingrtt
info-projecthamster
info-publicip
info-redshift-temp
info-softwarecounter
info-ssh-sessions
info-taskspooler
info-tmux-sessions
info-todotxt
info-trash
info-usbtoserial
info-wifionice
info-wmname
info-xampp
isrunning-claudius
isrunning-compton
isrunning-dropbox
isrunning-offlineimap

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