From 246e7ae60efbfc92bb4010564c5cb7aaff76640f Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Mon, 29 Jul 2024 22:20:35 -0400 Subject: [PATCH] feat(waybar): update waybar font Change Waybar font to JetBrainsMono so it matches the terminal font. --- .config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 09b3977..4b67c43 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -56,7 +56,7 @@ Arc-Dark Color Scheme background: transparent; color: #bebebe; background-color: @base1; - font-family: UbuntuMono; + font-family: JetBrainsMono; font-size: 14px; }