1
Fork 0
dotfiles/.config/i3status/config

19 lines
271 B
Plaintext
Raw Normal View History

2024-02-24 12:13:53 +00:00
general {
colors = true
interval = 5
output_format = "i3bar"
}
tztime eu_brussels {
format = "%H:%M"
timezone = "Europe/Brussels"
}
tztime us_central {
format = "%H:%M"
timezone = "US/Central"
}
order += "tztime us_central"
order += "tztime eu_brussels"