Added zulu time to the bar on scroll

This commit is contained in:
David Thurstenson 2021-04-07 14:16:51 -05:00
parent 2cbf9880b6
commit eff1b70f68
2 changed files with 18 additions and 8 deletions

View File

@ -4,11 +4,16 @@ order += "volume_status"
order += "sysdata"
order += "keyboard_locks"
order += "battery_level"
order += "clock"
order += "group time"
clock {
format_time = "%F %H:%M"
group time {
clock "local" {
format_time = "%F %H:%M"
}
clock "zulu" {
format = "{UTC}"
format_time = "%Y%m%d %H%Mz"
}
}
arch_updates {

View File

@ -2,11 +2,16 @@ order += "arch_updates"
order += "volume_status"
order += "sysdata"
order += "keyboard_locks"
order += "clock"
order += "group time"
clock {
format_time = "%F %H:%M"
group time {
clock "local" {
format_time = "%F %H:%M"
}
clock "zulu" {
format = "{UTC}"
format_time = "%Y%m%d %H%Mz"
}
}
arch_updates {