This commit is contained in:
iFargle 2023-08-28 18:06:40 +09:00
parent a5be89c654
commit 23620c1acc

View file

@ -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}",