This commit is contained in:
Fern Garden 2025-06-13 17:22:35 +08:00
parent 13fa2cca69
commit 5adf8d560f

View file

@ -8,6 +8,7 @@
"idle_inhibitor",
"network#ethernet",
"network#wifi",
"network#vpn",
"battery#bat0",
"battery#bat1",
"wireplumber",
@ -52,11 +53,18 @@
"tooltip": true,
"tooltip-format": "{essid}",
"format": "{icon}",
"format-disconnected": "",
"format-disconnected": "󰤮",
"format-icons": [ "󰤟", "󰤢", "󰤥", "󰤨" ],
"on-click": "nm-connection-editor",
},
"network#vpn": {
"interface": "wg0",
"tooltip": false,
"format": "󰖂",
"format-disconnected": "",
},
"clock": {
"tooltip": true,
"tooltip-format": "{:%A %d %B}",