feat(battery): Update default unknown_symbol (#7278)

This commit is contained in:
Vasile C.
2026-02-28 19:13:03 +01:00
committed by GitHub
parent 3885e81357
commit 88d384f582
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ The module is only visible when the device's battery is below 10%.
| `full_symbol` | `'󰁹 '` | The symbol shown when the battery is full. |
| `charging_symbol` | `'󰂄 '` | The symbol shown when the battery is charging. |
| `discharging_symbol` | `'󰂃 '` | The symbol shown when the battery is discharging. |
| `unknown_symbol` | `'󰁽 '` | The symbol shown when the battery state is unknown. |
| `unknown_symbol` | `'󰂑 '` | The symbol shown when the battery state is unknown. |
| `empty_symbol` | `'󰂎 '` | The symbol shown when the battery state is empty. |
| `format` | `'[$symbol$percentage]($style) '` | The format for the module. |
| `display` | [link](#battery-display) | Display threshold and style for the module. |