diff --git a/statusbar.sh b/statusbar.sh index 3d6c751..c76fcbe 100755 --- a/statusbar.sh +++ b/statusbar.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -font="Fira Code:pixelsize=16" +font="Fira Code:pixelsize=14" function uniq_linebuffered() { awk -W interactive '$0 != l { print ; l=$0 ; fflush(); }' "$@"