From ed47163d6ae269d313af9d9517cba215fbe87300 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 15 Mar 2021 10:05:42 +0100 Subject: [PATCH] [Polybar] Switch font to JetBrains Mono --- polybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polybar/config b/polybar/config index bc5ad7d..6df34fd 100644 --- a/polybar/config +++ b/polybar/config @@ -67,7 +67,7 @@ foreground = ${colors.foreground} padding-left = 0 padding-right = 1 -font-0 = "Iosevka:size=12;2" +font-0 = "JetBrainsMono:size=11;2" font-1 = "FontAwesome:size=10;2" font-2 = "FontAwesome:size=30;7" @@ -167,8 +167,8 @@ content-background = ${colors.blue} [module/battery] type = internal/battery -battery = BAT1 -adapter = ADP1 +battery = BAT0 +adapter = AC full-at = 98 format-charging-background = ${colors.green} format-charging-foreground = ${colors.background}