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.
This commit is contained in:
Tom Alexander 2022-11-25 19:01:13 -05:00
parent b10459e80f
commit 5ea7ef1840
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -52,6 +52,10 @@
font-size: 10px;
}
tooltip {
background-color: #323232;
}
/* Each module */
#battery,
#clock,