alacritty

This commit is contained in:
2020-05-24 11:27:39 +02:00
parent 0f51200fbf
commit 48a9ac0069
14 changed files with 2669 additions and 198 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
polybar example &
polybar top &
polybar bottom &