This commit is contained in:
albert 2023-11-15 17:47:46 +09:00
parent 73740eb85a
commit fc8602118b
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -56,7 +56,7 @@
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon} ",
"format-icons": { "format-icons": {
"activated": "", "activated": "",
"deactivated": "" "deactivated": ""
@ -118,8 +118,8 @@
}, },
"network": { "network": {
"format": "{ifname}", "format": "{ifname} ",
"format-wifi": " ", "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} ",