From 75237ccfda9e0dbd5404e7ee763324eb919a9046 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 15 Mar 2020 22:45:09 +0100 Subject: [PATCH] smaller font in statusbar --- statusbar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }' "$@"