From b36021a87da7977feb64a54466d76913e8f3f0d6 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 22 Feb 2023 11:37:22 -0600 Subject: lots of intermingled changes - switch to cascadia as monospace font - switch to fontawesome for waybar icons - dircolors readability improvements - foot terminal on linux - waybar visual tweaks - deploy script improvements --- config/linux/wofi/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/linux/wofi') diff --git a/config/linux/wofi/style.css b/config/linux/wofi/style.css index abf8ae8..63d408d 100644 --- a/config/linux/wofi/style.css +++ b/config/linux/wofi/style.css @@ -1,7 +1,7 @@ window { background: #eff0f2; color: #4a4b4e; - font-family: Noto Sans, JetBrainsMono Nerd Font; + font-family: Noto Sans; font-size: 10pt; border: 1px solid #dee2e0; } -- cgit v1.2.3