diff --git a/home/gunalx/waybar.nix b/home/gunalx/waybar.nix index 3fe86ac..e9b9b60 100644 --- a/home/gunalx/waybar.nix +++ b/home/gunalx/waybar.nix @@ -169,30 +169,7 @@ in "custom/power": { "format": "⏻", "tooltip": "exit", - "on-click": "wleave"/* Tooltip styling */ -tooltip { - background-color: ${toRGBA palette.base00 "0.9"}; - border: 1px solid ${toRGBA palette.base07 "0.4"}; - border-radius: 8px; - color: ${toRGBA palette.base05 "0.9"}; - padding: 8px 12px; - font-size: 12px; -} - -tooltip label { - color: ${toRGBA palette.base05 "0.9"}; -} - -/* Calendar tooltip specific styling */ -#clock tooltip { - font-family: monospace; -} - -/* Network tooltip specific styling */ -#network tooltip { - font-family: monospace; - max-width: 300px; -} + "on-click": "wleave" } } '')