feat(waybar): update waybar font

Change Waybar font to JetBrainsMono so it matches the terminal font.
This commit is contained in:
BluishHumility
2024-07-29 22:20:35 -04:00
parent 24888b484b
commit 246e7ae60e

View File

@@ -56,7 +56,7 @@ Arc-Dark Color Scheme
background: transparent;
color: #bebebe;
background-color: @base1;
font-family: UbuntuMono;
font-family: JetBrainsMono;
font-size: 14px;
}