This commit is contained in:
iFargle 2023-08-28 18:15:42 +09:00
parent 90ad94366f
commit c0151b947f

View file

@ -88,7 +88,6 @@
}, },
"network": { "network": {
"interface": "wlp2s0",
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{essid} ({signalStrength}%) ", "format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr}/{cidr} ", "format-ethernet": "{ipaddr}/{cidr} ",
@ -108,8 +107,8 @@
"warning": 35, "warning": 35,
"critical": 20 "critical": 20
}, },
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
"format-charging": "󰂄 {capacity}%", "format-charging": "󰂄 {capacity}%",
"format-plugged": " {capacity}%", "format-plugged": " {capacity}%",
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]
}, },