test
This commit is contained in:
parent
a5be89c654
commit
23620c1acc
1 changed files with 11 additions and 28 deletions
|
@ -84,40 +84,23 @@
|
|||
"default": ["", "", ""]
|
||||
},
|
||||
"tooltip": false,
|
||||
"on-click": "pulsemixer --class=pulsemixer",
|
||||
"on-click": "pulsemixer",
|
||||
},
|
||||
|
||||
"network": {
|
||||
"format-wifi": "",
|
||||
"format-ethernet": "",
|
||||
"format-linked": "",
|
||||
"format-disconnected": "⚠",
|
||||
|
||||
"tooltip-format": "{essid}\n{ipaddr}/{cidr}",
|
||||
"tooltip": true,
|
||||
"interface": "wlp2s0",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"max-length": 50
|
||||
"on-click": "kitty --class=nmtui -e nmtui"
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
"states": {
|
||||
"warning": 60,
|
||||
"critical": 80
|
||||
},
|
||||
"tooltip": false,
|
||||
"on-click": "kitty --class=btop -e btop"
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"tooltip": true,
|
||||
"format": "{}% ",
|
||||
"states": {
|
||||
"warning": 60,
|
||||
"critical": 80
|
||||
},
|
||||
"tooltip-format": "RAM: {used}GB/{total}GB\nSwap: {swapUsed}GB/{swapAvail}GB"
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{time}",
|
||||
|
|
Loading…
Add table
Reference in a new issue