From 1463f5cd14302b6bd30b804152edb47c2a877ff9 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 9 Dec 2024 09:37:23 +0000 Subject: [PATCH] wofi now is correctly themed --- desktopenvs/hyprland/wofi/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/wofi/style.css b/desktopenvs/hyprland/wofi/style.css index ae51846..9e44dd3 100644 --- a/desktopenvs/hyprland/wofi/style.css +++ b/desktopenvs/hyprland/wofi/style.css @@ -1,7 +1,10 @@ * { - font-family: JetBrains Mono, Agave Nerd Font Mono, Arial, sans-serif; + font-family: Agave Nerd Font Mono, Arial, sans-serif; border-radius: 15px; font-size: 18pt; + + background-color: #1a1a1a; + padding-top: 1px; padding-bottom: 1px;