Test
This commit is contained in:
parent
73740eb85a
commit
fc8602118b
1 changed files with 3 additions and 3 deletions
|
@ -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} ",
|
||||||
|
|
Loading…
Reference in a new issue