Removed font sanity check, as it was taking too much time

This commit is contained in:
2021-10-04 21:40:42 +02:00
parent de837124b7
commit eef9dbcc26

View File

@@ -6,9 +6,6 @@ killall -q polybar
# Wait until the processes have been shut down # Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Rescan fonts - just to make sure we have what we need
fc-cache -fv
# Launch bar # Launch bar
echo "---" >> /tmp/polybar.log echo "---" >> /tmp/polybar.log