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