From daf5322ec6eee77dfc24139526d81b645af5018e Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sat, 2 Apr 2022 13:44:55 -0500 Subject: [PATCH] Fix indentation and add custom font to wofi --- templates/.config/wofi/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/.config/wofi/style.css b/templates/.config/wofi/style.css index 32f2a18..8e35884 100644 --- a/templates/.config/wofi/style.css +++ b/templates/.config/wofi/style.css @@ -1,6 +1,7 @@ window { - background-color: --wofi-color1; - color: --wofi-color5; + background-color: --wofi-color1; + color: --wofi-color5; + font-family: 'DejaVu Sans Mono'; } #input { @@ -14,6 +15,6 @@ window { } #entry:selected { - background-color: --wofi-color2; + background-color: --wofi-color2; }