|
128 | 128 | "critical-threshold": 80, |
129 | 129 | // "format-critical": "{temperatureC}°C {icon}", |
130 | 130 | "format": "{temperatureC}°C {icon}", |
131 | | - "format-icons": ["", "", ""] |
| 131 | + "format-icons": ["", "", ""] |
132 | 132 | }, |
133 | 133 | "backlight": { |
134 | 134 | // "device": "acpi_video1", |
|
143 | 143 | }, |
144 | 144 | "format": "{capacity}% {icon}", |
145 | 145 | "format-full": "{capacity}% {icon}", |
146 | | - "format-charging": "{capacity}% ", |
| 146 | + "format-charging": "{capacity}% ", |
147 | 147 | "format-plugged": "{capacity}% ", |
148 | 148 | "format-alt": "{time} {icon}", |
149 | 149 | // "format-good": "", // An empty format will hide the module |
|
167 | 167 | "network": { |
168 | 168 | // "interface": "wlp2*", // (Optional) To force the use of this interface |
169 | 169 | "format-wifi": "{essid} ({signalStrength}%) ", |
170 | | - "format-ethernet": "{ipaddr}/{cidr} ", |
171 | | - "tooltip-format": "{ifname} via {gwaddr} ", |
172 | | - "format-linked": "{ifname} (No IP) ", |
| 170 | + "format-ethernet": "{ipaddr}/{cidr} ", |
| 171 | + "tooltip-format": "{ifname} via {gwaddr} ", |
| 172 | + "format-linked": "{ifname} (No IP) ", |
173 | 173 | "format-disconnected": "Disconnected ⚠", |
174 | 174 | "format-alt": "{ifname}: {ipaddr}/{cidr}" |
175 | 175 | }, |
176 | 176 | "pulseaudio": { |
177 | 177 | // "scroll-step": 1, // %, can be a float |
178 | 178 | "format": "{volume}% {icon} {format_source}", |
179 | 179 | "format-bluetooth": "{volume}% {icon} {format_source}", |
180 | | - "format-bluetooth-muted": " {icon} {format_source}", |
181 | | - "format-muted": " {format_source}", |
| 180 | + "format-bluetooth-muted": " {icon} {format_source}", |
| 181 | + "format-muted": " {format_source}", |
182 | 182 | "format-source": "{volume}% ", |
183 | 183 | "format-source-muted": "", |
184 | 184 | "format-icons": { |
185 | 185 | "headphone": "", |
186 | | - "hands-free": "", |
187 | | - "headset": "", |
| 186 | + "hands-free": "", |
| 187 | + "headset": "", |
188 | 188 | "phone": "", |
189 | 189 | "portable": "", |
190 | 190 | "car": "", |
|
0 commit comments