mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-16 18:11:14 +02:00
feat(bar): added timezone to time and date widgets
This commit adds the timezone on the time and date widgets as a new setting. In case the timezone is invalid, the output is replaced with an error message. Use a custom format to display additional information. resolve #1312
This commit is contained in:
@@ -9,6 +9,7 @@ edition = "2021"
|
||||
komorebi-client = { path = "../komorebi-client" }
|
||||
komorebi-themes = { path = "../komorebi-themes" }
|
||||
|
||||
chrono-tz = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user