This commit is contained in:
albert 2023-11-15 17:33:46 +09:00
parent ec7d9b3f30
commit 446ff5aea9
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -50,8 +50,8 @@
"return-type": "json", "return-type": "json",
"interval": 5, "interval": 5,
"format-icons": { "format-icons": {
"Running": "󰌆", "Running": "󰌆 ",
"Stopped": "󰌊", "Stopped": "󰌊 ",
} }
}, },
@ -118,7 +118,7 @@
"network": { "network": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": " {essid}", "format-wifi": " ",
"format-ethernet": " {ipaddr}", "format-ethernet": " {ipaddr}",
"format-disconnected": "", // An empty format will hide the module. "format-disconnected": "", // An empty format will hide the module.
"tooltip-format": "{ifname} via {gwaddr} ", "tooltip-format": "{ifname} via {gwaddr} ",