man: document upower/show-icon

This commit is contained in:
czadowanie 2023-12-04 21:28:37 +01:00
parent 2334faa7fd
commit 44f309678b
1 changed files with 14 additions and 0 deletions

View File

@ -57,6 +57,11 @@ compatible devices in the tooltip.
typeof: string ++
Command to execute when clicked on the module.
*show-icon*: ++
typeof: bool ++
default: true ++
Option to disable battery icon
# FORMAT REPLACEMENTS
*{percentage}*: The battery capacity in percentage
@ -93,6 +98,15 @@ depending on the charging state.
"tooltip": true,
"tooltip-spacing": 20
}
```
```
"upower": {
"show-icon": false,
"hide-if-empty": true,
"tooltip": true,
"tooltip-spacing": 20
}
```
# STYLE