This commit is contained in:
committer
2024-05-20 18:06:32 -05:00
parent 6ef24913bc
commit 13b0b2a84c

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