tvl-depot/configs/linux/misc/.config/i3status/config
William Carroll 69516a41bc Support additional config files
Lucky me. More configuration!
2019-03-06 17:02:48 +00:00

29 lines
No EOL
448 B
Text

general {
markup = "pango"
separator = " "
colors = true
}
order += "disk /"
order += "time"
order += "tztime est"
order += "tztime pst"
disk "/" {
prefix_type = "decimal"
format = "%free free | %avail available | %total total"
}
time {
format = "%d/%m/%Y %H:%M"
}
tztime est {
format = "%H:%M EST"
timezone = "US/Eastern"
}
tztime pst {
format = "%H:%M PST"
timezone = "US/Pacific"
}