fix: remove invalid comment from JSON in waybar.nix to fix parse error

This commit is contained in:
2025-05-25 11:05:23 +02:00
parent 6efd73e6aa
commit 1b9e2a6b75

View File

@@ -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"
}
}
'')