mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-07 21:21:02 +02:00
feat(clock): localization support
This commit is contained in:
parent
7c8d4668bc
commit
b310ea7636
4 changed files with 37 additions and 8 deletions
|
@ -110,7 +110,7 @@ reqwest = { version = "0.11.18", optional = true }
|
|||
nix = { version = "0.26.2", optional = true, features = ["event"] }
|
||||
|
||||
# clock
|
||||
chrono = { version = "0.4.26", optional = true }
|
||||
chrono = { version = "0.4.26", optional = true, features = ["unstable-locales"] }
|
||||
|
||||
# music
|
||||
mpd_client = { version = "1.2.0", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue