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": {
|
||||
"format": "{icon}",
|
||||
"format": "{icon} ",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
|
@ -118,8 +118,8 @@
|
|||
},
|
||||
|
||||
"network": {
|
||||
"format": "{ifname}",
|
||||
"format-wifi": " ",
|
||||
"format": "{ifname} ",
|
||||
"format-wifi": "",
|
||||
"format-ethernet": " {ipaddr}",
|
||||
"format-disconnected": "", // An empty format will hide the module.
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
|
|
Loading…
Reference in a new issue