From 0ef4187b14ffc30529f99fcbd05c7959bf784568 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 25 Mar 2022 21:44:42 -0400 Subject: [PATCH] waybar: remove coloring for tooltip / menus This is supposed to be handled by the Gruvbox GTK theme --- sway/.config/waybar/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/sway/.config/waybar/style.css b/sway/.config/waybar/style.css index 589bd77..fd42fc8 100644 --- a/sway/.config/waybar/style.css +++ b/sway/.config/waybar/style.css @@ -8,8 +8,6 @@ } tooltip, tooltip *, menu { - color: #ebdbb2; - background-color: #3c3836; font-family: 'sans-serif'; font-size: 14px; }