rainbowdash: rustybar: add fallback zone for local time

This commit is contained in:
Artemis Tosini 2024-01-12 13:08:43 +00:00
parent ae92e6b0f0
commit 3f535648ce
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 10 additions and 9 deletions

View file

@ -225,11 +225,11 @@
]
},
"locked": {
"lastModified": 1704809957,
"narHash": "sha256-Z8sBeoeeY2O+BNqh5C+4Z1h1F1wQ2mij7yPZ2GY397M=",
"lastModified": 1704980804,
"narHash": "sha256-lPNNKdPqIYcjhhYIVwlajNt/HqVWbMOoSdNnwCvOP04=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e13aa9e287b3365473e5897e3667ea80a899cdfb",
"rev": "93e804e7f8a1eb88bde6117cd5046501e66aa4bd",
"type": "github"
},
"original": {
@ -325,11 +325,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1704538339,
"narHash": "sha256-1734d3mQuux9ySvwf6axRWZRBhtcZA9Q8eftD6EZg6U=",
"lastModified": 1704722960,
"narHash": "sha256-mKGJ3sPsT6//s+Knglai5YflJUF2DGj7Ai6Ynopz0kI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "46ae0210ce163b3cba6c7da08840c1d63de9c701",
"rev": "317484b1ead87b9c1b8ac5261a8d2dd748a0492d",
"type": "github"
},
"original": {
@ -368,11 +368,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1704812275,
"narHash": "sha256-uRe8BdZhuSiupXOxohaVP8LzJtBRG+ETP9PgzR60orI=",
"lastModified": 1704958333,
"narHash": "sha256-yYgtaJnaDtUzd2X5jL+Zy38rtKPEu328oy5x7cOaH+I=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "b4ddb322889e2daf41333b4dbca2555da2e8bb7e",
"rev": "0379ab34cc7bc1b846bfdbb3d6707f5c8b03ce2c",
"type": "github"
},
"original": {

View file

@ -54,6 +54,7 @@
type = "local_time"
format = "%a %b %e %H:%M %Z"
geoip_path = "${config.artemist.geoip}"
fallback_zone = "America/New_York"
[[tile]]
type = "utc_time"
format = "%Y-%m-%d %H:%M:%S UTC"