From efdbd7c11e589b7700f82078a9e9d1c7b881d240fb6e2f4099c2e7e80eb32e07 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 11 Oct 2024 18:50:11 +0200 Subject: [PATCH] remove background color from buttons --- hyprland/.config/ironbar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland/.config/ironbar/style.css b/hyprland/.config/ironbar/style.css index d373f55..2025e49 100644 --- a/hyprland/.config/ironbar/style.css +++ b/hyprland/.config/ironbar/style.css @@ -30,7 +30,7 @@ menubar { } button { - background-color: @surface0; + background-color: transparent; padding: 0 15px; }