From e11cce45203870783c7acd1fc3a5ad34f4a617ee Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 19 Oct 2025 23:21:44 +0300 Subject: fixed popup theme --- dotfiles/waybar/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dotfiles/waybar/style.css') diff --git a/dotfiles/waybar/style.css b/dotfiles/waybar/style.css index 2c6a482..2e94a94 100644 --- a/dotfiles/waybar/style.css +++ b/dotfiles/waybar/style.css @@ -175,7 +175,7 @@ button:hover { menu { padding: 5px 0; - background-color: @bg-color; + background-color: @background-color; color: @text-color; border-radius: 5px; } @@ -189,3 +189,10 @@ menuitem:hover { background-color: @hover-color; color: @dark-text-color; } + +tooltip { + padding: 5px 0; + background-color: @background-color; + color: @text-color; + border-radius: 5px; +} -- cgit v1.2.3