From a111590e392934cf98ab2057a5f87fa1d06fb4d3 Mon Sep 17 00:00:00 2001 From: "Adrian Gunnar Lauterer (aider)" Date: Sun, 25 May 2025 11:08:12 +0200 Subject: [PATCH] fix: remove malformed comment block causing CSS parse error in waybar config --- home/gunalx/waybar.nix | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/home/gunalx/waybar.nix b/home/gunalx/waybar.nix index e9b9b60..abc04fc 100644 --- a/home/gunalx/waybar.nix +++ b/home/gunalx/waybar.nix @@ -224,30 +224,6 @@ in color: ${toRGBA palette.base05 "0.9"}; } - /* Calendar tooltip specific stylin/* 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; -}g */ #clock tooltip { font-family: monospace; }