From 25cb38bed7b9765b69389ad8b623375e233b01b3 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 30 Apr 2023 14:17:52 -0400 Subject: [PATCH] polybar: Update config --- polybar/.config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 056503fd..02817808 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -25,7 +25,7 @@ foreground = ${color.background-alt} background = ${color.background} border-color = ${color.text} -font-0 = "Hack:size=9" +font-0 = "Maple Mono:style=Bold:size=9" font-1 = "Noto Sans CJK JP:size=9" font-2 = "Font Awesome 6 Free:style=Solid:size=9" font-3 = "Font Awesome 6 Free:style=Regular:size=9" @@ -128,7 +128,7 @@ label-muted =  Off [module/window] type = internal/xwindow -label-maxlen = 110 +label-maxlen = 100 label-empty = /usr/bin/bspwm ; vim:ft=dosini