From db7529c727048d11bde5655333d84f98bd660362 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sun, 5 May 2019 02:39:13 +0200 Subject: [PATCH] Fix lemonbar vertical font offsets --- .scripts/panel/lemonbar.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.scripts/panel/lemonbar.sh b/.scripts/panel/lemonbar.sh index 30d442b..6a75a91 100755 --- a/.scripts/panel/lemonbar.sh +++ b/.scripts/panel/lemonbar.sh @@ -28,10 +28,10 @@ clock() { bar() { lemonbar \ -a 20 -g x38 -n "$PANEL" \ - -f "DejaVu Sans-8" \ - -f "FontAwesome5Free Solid-8" \ - -f "FontAwesome5Free Regular-8" \ - -f "FontAwesome5 Brands-8" \ + -f "DejaVu Sans-8" -o 0 \ + -f "FontAwesome5Free Solid-8" -o -3 \ + -f "FontAwesome5Free Regular-8" -o -3 \ + -f "FontAwesome5 Brands-8" -o -3 \ -B "$BGCOLOR_INACTIVE" -F "$COLOR15" }