mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-07-29 16:17:50 +02:00
battery: also show time_to_full
The kernel also provides time_to_full, also in seconds, so let's use that too. Both time_to_empty and time_to_full have 0 as their default value, hence only consider them for the estimate if they are positive (instead of non-negative). Signed-off-by: David Bimmler <git@d4ve.email>
This commit is contained in:
parent
08f5f444eb
commit
b694fc1583
2 changed files with 14 additions and 3 deletions
|
@ -18,6 +18,7 @@
|
|||
* dwl: support for specifying name of tags ([#256][256])
|
||||
* i3/sway: extend option `sort`; use `native` to sort numbered workspaces only.
|
||||
* modules/dwl: handle the appid status ([#284][284])
|
||||
* battery: also show estimation for time to full ([#303][303]).
|
||||
|
||||
[246]: https://codeberg.org/dnkl/yambar/issues/246
|
||||
[256]: https://codeberg.org/dnkl/yambar/pulls/256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue