mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Removed font sanity check, as it was taking too much time
This commit is contained in:
@@ -6,9 +6,6 @@ killall -q polybar
|
||||
# Wait until the processes have been shut down
|
||||
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
|
||||
echo "---" >> /tmp/polybar.log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user