Added new time formats for the 12 and 24 hour, excluding the seconds
Added new time formats to display a 24 hour clock as a binary clock. Could not decide between 2 variants so I included both. One is easier to see using rectangles, the other is more of a "traditional" look using circles.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1221
**Author:** [@CtByte](https://github.com/CtByte)
**Created:** 1/9/2025
**Status:** ✅ Merged
**Merged:** 1/12/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `time_widget`
---
### 📝 Commits (5)
- [`725e75a`](https://github.com/LGUG2Z/komorebi/commit/725e75ac5f71d07fb861352318e62d1a84c25bb2) feat(bar): binary clock and no-second time formats
- [`19f3a00`](https://github.com/LGUG2Z/komorebi/commit/19f3a00e35bd89c542f7818e5dc7311f6ca5000f) feat(bar): binary clock and no-second time formats
- [`4c22c65`](https://github.com/LGUG2Z/komorebi/commit/4c22c65a41ba10afd47a3a2fd3a1f49e73956341) merge
- [`99d8c7e`](https://github.com/LGUG2Z/komorebi/commit/99d8c7e3a23540d7e78c39c0752a562955262af9) Merge branch 'time_widget' of https://github.com/CtByte/komorebi into time_widget
- [`835546b`](https://github.com/LGUG2Z/komorebi/commit/835546bdfeecd03dc565a4a4e169261b93b4a43f) fix(bar): reverse order of ui calls on the time widget for right alignment
### 📊 Changes
**2 files changed** (+347 additions, -13 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi-bar/src/time.rs` (+263 -13)
📝 `schema.bar.json` (+84 -0)
</details>
### 📄 Description
- Added new time formats for the 12 and 24 hour, excluding the seconds
- Added new time formats to display a 24 hour clock as a [binary clock](https://en.wikipedia.org/wiki/Binary_clock). Could not decide between 2 variants so I included both. One is easier to see using rectangles, the other is more of a "traditional" look using circles.
https://github.com/user-attachments/assets/c571f3ed-3ff8-4773-8b6f-868809925788
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1221
Author: @CtByte
Created: 1/9/2025
Status: ✅ Merged
Merged: 1/12/2025
Merged by: @LGUG2Z
Base:
master← Head:time_widget📝 Commits (5)
725e75afeat(bar): binary clock and no-second time formats19f3a00feat(bar): binary clock and no-second time formats4c22c65merge99d8c7eMerge branch 'time_widget' of https://github.com/CtByte/komorebi into time_widget835546bfix(bar): reverse order of ui calls on the time widget for right alignment📊 Changes
2 files changed (+347 additions, -13 deletions)
View changed files
📝
komorebi-bar/src/time.rs(+263 -13)📝
schema.bar.json(+84 -0)📄 Description
https://github.com/user-attachments/assets/c571f3ed-3ff8-4773-8b6f-868809925788
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.