From 89b56de9a4904478cb519438b865ba41dc3ff1f4 Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 14 Jul 2025 10:31:31 +0200 Subject: [PATCH] fix(waybar): fix tooltip style --- .config/waybar/style.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7744db2..5465fe0 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -6,17 +6,11 @@ font-family: "Symbols Nerd Font", monospace; } -#waybar { - background-color: transparent; -} - -tooltip { - background-color: #383c4a; - border-radius: 10px; -} - tooltip label { + background-color: #383c4a; color: white; + padding: 4px; + border-radius: 10px; } #connections {