Add internet time for some reason
This commit is contained in:
parent
7ef37c2732
commit
03032dc56d
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue