Originally created by @xidsyed on GitHub (Nov 19, 2024).
Summary
Microsoft shows a warning when enabling seconds to be displayed in the taskabar time widget. Some tests have demonstrated it to be around 1.89% degradation of battery life over normal standby.
Minor nitpick, arguably insignificant, but since komorebi strives so hard to be minimal and lightweight, and the seconds ticking on a bigger bar can be distracting thought i'd mention it.
Originally created by @xidsyed on GitHub (Nov 19, 2024).
### Summary

Microsoft shows a warning when enabling seconds to be displayed in the taskabar time widget. Some tests have [demonstrated ](https://www.neowin.net/news/microsoft-says-this-windows-11-taskbar-setting-can-worsen-your-battery-life-is-it-true/) it to be around 1.89% degradation of battery life over normal standby.
Minor nitpick, arguably insignificant, but since komorebi strives so hard to be minimal and lightweight, and the seconds ticking on a bigger bar can be distracting thought i'd mention it.
### Version Information
komorebic 0.1.31
branch:master
commit_hash:7f0b54c3
build_time:2024-11-11 14:39:10 +00:00
build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc
### Komorebi Configuration
```json
-
```
### Hotkey Configuration
-
### Output of komorebic check
-
adam
added the bug label 2026-01-05 14:51:16 +01:00
There is an option to provide a custom time format if you don't want seconds, for example:
"format": { "Custom": "%H:%M" }
Refer to the chrono docs for the full format spec.
@LGUG2Z commented on GitHub (Nov 19, 2024):
There is an option to provide a custom time format if you don't want seconds, for example:
```
"format": { "Custom": "%H:%M" }
```
Refer to the [chrono docs](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) for the full format spec.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @xidsyed on GitHub (Nov 19, 2024).
Summary
Microsoft shows a warning when enabling seconds to be displayed in the taskabar time widget. Some tests have demonstrated it to be around 1.89% degradation of battery life over normal standby.
Minor nitpick, arguably insignificant, but since komorebi strives so hard to be minimal and lightweight, and the seconds ticking on a bigger bar can be distracting thought i'd mention it.
Version Information
komorebic 0.1.31
branch:master
commit_hash:7f0b54c3
build_time:2024-11-11 14:39:10 +00:00
build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
Output of komorebic check
@LGUG2Z commented on GitHub (Nov 19, 2024):
There is an option to provide a custom time format if you don't want seconds, for example:
Refer to the chrono docs for the full format spec.