This commit is contained in:
committer
2024-05-20 18:05:25 -05:00
parent 05a4998813
commit 6ef24913bc

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 += "tztime local" order += "time local"
order += "volume master" order += "volume master"
cpu_usage { cpu_usage {
@@ -96,7 +96,7 @@ battery all {
threshold_type = time threshold_type = time
} }
tztime local { time local {
format = " %time " format = " %time "
format_time = "%Y.%m.%d @ %H:%M" format_time = "%Y.%m.%d @ %H:%M"
} }