From 5ea7ef184006abe3a9ecf0ea93e19cc68c009919 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 25 Nov 2022 19:01:13 -0500 Subject: [PATCH] Put a background on the tooltip. This was provided by default in waybar but since I had to wipe out existing CSS to work around display issues in the latest release, I've had to add the background color to the tooltip back in manually. --- ansible/roles/waybar/files/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/waybar/files/style.css b/ansible/roles/waybar/files/style.css index 818c992..7ba62e9 100644 --- a/ansible/roles/waybar/files/style.css +++ b/ansible/roles/waybar/files/style.css @@ -52,6 +52,10 @@ font-size: 10px; } +tooltip { + background-color: #323232; +} + /* Each module */ #battery, #clock,