From 0620b3e48f5f7772a015e3459cdf3ad18d397064 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Tue, 15 Nov 2022 00:01:53 -0500 Subject: [PATCH] fix waybar theming --- files/.config/waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/.config/waybar/style.css b/files/.config/waybar/style.css index 1448eb8..0a9a021 100644 --- a/files/.config/waybar/style.css +++ b/files/.config/waybar/style.css @@ -9,6 +9,11 @@ window#waybar { color: rgba(235, 219, 178, 1); } +label, button { + background: inherit; + color: inherit; +} + #workspaces button { padding: 0 5px; background: transparent;