Add internet time for some reason

This commit is contained in:
Artemis Tosini 2023-12-13 02:03:33 +00:00
parent 7ef37c2732
commit 03032dc56d
Signed by: artemist
GPG key ID: EE5227935FE3FF18
5 changed files with 17 additions and 10 deletions

View file

@ -541,11 +541,11 @@
]
},
"locked": {
"lastModified": 1702271643,
"narHash": "sha256-DJlNHXUQcyyJFJpjla+HA47ss67h1FRoma0RPklxifg=",
"lastModified": 1702417304,
"narHash": "sha256-eWi4wIw1p4eUecdoRI9GCaUO62j44xambh/FD6Ak7CM=",
"ref": "refs/heads/canon",
"rev": "d0ce8573653b81e4227ddb6d2db5d03fa05d8026",
"revCount": 45,
"rev": "8e968f13e674ae7454de4d667cc73ea36cce5066",
"revCount": 47,
"type": "git",
"url": "https://git.mildlyfunctional.gay/mildlyfunctionalgays/rustybar.git"
},

View file

@ -33,11 +33,12 @@
battery = "cw2015-battery"
[[tile]]
type = "local_time"
format = "%Y-%m-%d %H:%M:%S %Z"
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"
format = "%FT%TZ"
'';
};
services.logind = {

View file

@ -49,6 +49,8 @@
[[tile]]
type = "battery"
[[tile]]
format = "internet_time"
[[tile]]
type = "local_time"
format = "%Y-%m-%d %H:%M:%S %Z"
geoip_path = "${config.artemist.geoip}"

View file

@ -28,11 +28,12 @@
type = "battery"
[[tile]]
type = "local_time"
format = "%Y-%m-%d %H:%M:%S %Z"
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"
format = "%FT%TZ"
'';
wayland.windowManager.sway.config = {

View file

@ -118,12 +118,15 @@
[[tile]]
type = "hostname"
[[tile]]
type = "internet_time"
[[tile]]
type = "local_time"
format = "%Y-%m-%d %H:%M:%S %Z"
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"
format = "%FT%TZ (%s)"
'';
xdg.userDirs = {
music = "/media/data/Musik";