Merge pull request #3267 from luttermann/upower_model

Add config option to select UPower device based on device model.
This commit is contained in:
Alexis Rouillard
2024-07-01 09:22:59 +02:00
committed by GitHub
3 changed files with 25 additions and 7 deletions

View File

@ -17,6 +17,12 @@ compatible devices in the tooltip.
The battery to monitor. Refer to the https://upower.freedesktop.org/docs/UpDevice.html#UpDevice--native-path ++
Can be obtained using `upower --dump`
*model*: ++
typeof: string ++
default: ++
The battery to monitor, based on the model. (this option is ignored if *native-path* is given). ++
Can be obtained using `upower --dump`
*icon-size*: ++
typeof: integer ++
default: 20 ++