This commit is contained in:
committer
2024-05-20 18:19:04 -05:00
parent 88a025c332
commit e5b7d841ed

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"
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 {
format = " %time :: x3 " format = " %time :: x3 "
format_time = "%Y.%m.%d @ %H:%M" format_time = "%Y.%m.%d @ %H:%M"
} }