This commit is contained in:
committer
2024-05-20 18:23:20 -05:00
parent e5b7d841ed
commit e387efa49c

View File

@@ -26,7 +26,7 @@ order += "wireless _first_"
order += "ethernet _first_" order += "ethernet _first_"
order += "path_exists vpn" order += "path_exists vpn"
order += "battery all" order += "battery all"
order += "time" order += "tztime local"
order += "volume master" order += "volume master"
cpu_usage { cpu_usage {
@@ -96,7 +96,7 @@ battery all {
threshold_type = time threshold_type = time
} }
time { tztime local {
format = " %time :: x3 " format = " %time :: x3 "
format_time = "%Y.%m.%d @ %H:%M" format_time = "%Y.%m.%d @ %H:%M"
} }