From 4c2971044a06c079574b5d84e550722beb965318 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 28 Mar 2025 22:12:24 +0100 Subject: [PATCH] Updated config --- .config/waybar/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 0f421e2..96353ac 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -7,7 +7,7 @@ } .modules-left, .modules-center, .modules-right { - background: rgba(38, 41, 44, 0.5); + background-color: rgba(38, 41, 44, 0.5); border: 1px #4f4f4f solid; border-radius: 3px; margin: 8px; @@ -21,6 +21,13 @@ margin-left: 4px; } +tooltip { + background-color: rgba(38, 41, 44, 0.5); + border: 1px #4f4f4f solid; + border-radius: 3px; + padding: 4px 8px; +} + #workspaces button { color: rgba(255, 255, 255, 0.1); padding: 4px;