stuff
This commit is contained in:
parent
2d773e9249
commit
79d6e3f7a5
5 changed files with 32 additions and 33 deletions
|
|
@ -19,9 +19,9 @@
|
|||
|
||||
"bluetooth": {
|
||||
// "controller": "controller1", // specify the alias of the controller if there are more than 1 on the system
|
||||
"format": "",
|
||||
"format": "",
|
||||
"format-disabled": "", // an empty format will hide the module
|
||||
"format-connected": "",
|
||||
"format-connected": "",
|
||||
"tooltip-format": "{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias} ({device_battery_percentage}%)",
|
||||
|
|
@ -29,12 +29,13 @@
|
|||
},
|
||||
|
||||
"network": {
|
||||
"interface": "wlp2s0",
|
||||
// "interface": "wlp2s0",
|
||||
"format": "{ifname}",
|
||||
"format-icons": ["", "", "", ""],
|
||||
"format-wifi": "{icon}",
|
||||
"format-ethernet": "",
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"format-disabled": "", //An empty format will hide the module.
|
||||
"tooltip-format": "{ifname}",
|
||||
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
||||
"tooltip-format-ethernet": " {ifname}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue