Merge pull request #160 from JakeStanger/feat/upower-icon-size

feat(upower): icon size option
This commit is contained in:
Jake Stanger
2023-06-18 17:01:57 +01:00
committed by GitHub
2 changed files with 12 additions and 4 deletions

View File

@@ -9,9 +9,10 @@ Displays system power information such as the battery percentage, and estimated
> Type: `upower`
| Name | Type | Default | Description |
|----------|----------|-----------------|---------------------------------------------------|
| `format` | `string` | `{percentage}%` | Format string to use for the widget button label. |
| Name | Type | Default | Description |
|-------------|-----------|-----------------|---------------------------------------------------|
| `format` | `string` | `{percentage}%` | Format string to use for the widget button label. |
| `icon_size` | `integer` | `24` | Size to render icon at. |
<details>
<summary>JSON</summary>