fix(waybar): fix tooltip style

This commit is contained in:
2025-07-14 10:31:31 +02:00
parent 72ebade92e
commit 89b56de9a4

View File

@@ -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 {