Styling updates

This commit is contained in:
Antoine Phan
2024-03-27 16:38:15 -04:00
parent 4cc1c5295e
commit 52b8bc07d6
3 changed files with 14 additions and 5 deletions

View File

@@ -99,6 +99,7 @@
"critical": 20
},
"format": "{icon} {capacity}%",
"format-charging": " {icon} {capacity}%",
"format-icons": [
"",
"",
@@ -116,10 +117,10 @@
"format": "{ifname}",
"format-wifi": "{essid}  ",
"format-ethernet": "{ipaddr}/{cidr} 󰊗 ",
"format-disconnected": "", //An empty format will hide the module.
"format-disconnected": "disconnected :(", //An empty format will hide the module.
"tooltip-format": "{ifname} via {gwaddr} 󰊗 ",
"tooltip-format-wifi": "Up: {bandwidthUpBytes} - Down: {bandwidthDownBytes}",
"tooltip-format-ethernet": "{ifname}  ",
"tooltip-format-disconnected": "Disconnected",
}
},
}