mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-01-24 16:33:11 +01:00
fix: remove invalid comment from JSON in waybar.nix to fix parse error
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
'')
|
||||
|
||||
Reference in New Issue
Block a user