mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1327] [MERGED] feat(bar): added timezone to time widget #1325
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1327
Author: @CtByte
Created: 3/7/2025
Status: ✅ Merged
Merged: 3/8/2025
Merged by: @LGUG2Z
Base:
master← Head:timezone📝 Commits (1)
7e62ff4feat(bar): added timezone to time and date widgets📊 Changes
6 files changed (+165 additions, -8 deletions)
View changed files
📝
Cargo.lock(+75 -0)📝
Cargo.toml(+1 -0)📝
komorebi-bar/Cargo.toml(+1 -0)📝
komorebi-bar/src/date.rs(+32 -3)📝
komorebi-bar/src/time.rs(+32 -5)📝
schema.bar.json(+24 -0)📄 Description
This commit adds a new setting on the time and date widgets to set the timezone.
In case the timezone is invalid, the time is replaced with an error message.
Use a custom format to display additional information.
Closes: #1312
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.