Add font configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-30 18:43:16 +02:00
parent 636c25e519
commit 3aab1c0e4e
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
5 changed files with 54 additions and 4 deletions

View file

@ -13,7 +13,7 @@
# ./launch
# Terminate already running bar instances
killall -q polybar
pkill polybar
# Wait until the processes have been shut down
while pgrep -x polybar >/dev/null; do sleep 1; done