mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26: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
|
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user