This commit is contained in:
committer
2024-05-20 18:33:13 -05:00
parent 7936e99f97
commit 5c5959e693

View File

@@ -27,6 +27,7 @@ order += "ethernet _first_"
order += "path_exists vpn"
order += "battery all"
order += "tztime local"
order += "time"
order += "volume master"
cpu_usage {
@@ -96,8 +97,13 @@ battery all {
threshold_type = time
}
time {
format = "%Y.%m.%d @ %H:%M [X4w]"
}
tztime local {
#format = " %time :: x4 "
format = " %time :: x4 "
format_time = "%Y.%m.%d @ %H:%M [X4w]"
locale = "en_AU.utf8"
}