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": { "locked": {
"lastModified": 1702271643, "lastModified": 1702417304,
"narHash": "sha256-DJlNHXUQcyyJFJpjla+HA47ss67h1FRoma0RPklxifg=", "narHash": "sha256-eWi4wIw1p4eUecdoRI9GCaUO62j44xambh/FD6Ak7CM=",
"ref": "refs/heads/canon", "ref": "refs/heads/canon",
"rev": "d0ce8573653b81e4227ddb6d2db5d03fa05d8026", "rev": "8e968f13e674ae7454de4d667cc73ea36cce5066",
"revCount": 45, "revCount": 47,
"type": "git", "type": "git",
"url": "https://git.mildlyfunctional.gay/mildlyfunctionalgays/rustybar.git" "url": "https://git.mildlyfunctional.gay/mildlyfunctionalgays/rustybar.git"
}, },

View file

@ -33,11 +33,12 @@
battery = "cw2015-battery" battery = "cw2015-battery"
[[tile]] [[tile]]
type = "local_time" type = "local_time"
format = "%Y-%m-%d %H:%M:%S %Z" format = "%a %b %e %H:%M %Z"
geoip_path = "${config.artemist.geoip}" geoip_path = "${config.artemist.geoip}"
fallback_zone = "America/New_York"
[[tile]] [[tile]]
type = "utc_time" type = "utc_time"
format = "%Y-%m-%d %H:%M:%S UTC" format = "%FT%TZ"
''; '';
}; };
services.logind = { services.logind = {

View file

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

View file

@ -28,11 +28,12 @@
type = "battery" type = "battery"
[[tile]] [[tile]]
type = "local_time" type = "local_time"
format = "%Y-%m-%d %H:%M:%S %Z" format = "%a %b %e %H:%M %Z"
geoip_path = "${config.artemist.geoip}" geoip_path = "${config.artemist.geoip}"
fallback_zone = "America/New_York"
[[tile]] [[tile]]
type = "utc_time" type = "utc_time"
format = "%Y-%m-%d %H:%M:%S UTC" format = "%FT%TZ"
''; '';
wayland.windowManager.sway.config = { wayland.windowManager.sway.config = {

View file

@ -118,12 +118,15 @@
[[tile]] [[tile]]
type = "hostname" type = "hostname"
[[tile]] [[tile]]
type = "internet_time"
[[tile]]
type = "local_time" type = "local_time"
format = "%Y-%m-%d %H:%M:%S %Z" format = "%a %b %e %H:%M %Z"
geoip_path = "${config.artemist.geoip}" geoip_path = "${config.artemist.geoip}"
fallback_zone = "America/New_York"
[[tile]] [[tile]]
type = "utc_time" type = "utc_time"
format = "%Y-%m-%d %H:%M:%S UTC" format = "%FT%TZ (%s)"
''; '';
xdg.userDirs = { xdg.userDirs = {
music = "/media/data/Musik"; music = "/media/data/Musik";