tvl-depot/configs/linux/misc/.config/i3status/config
William Carroll fe6f2b9697 Simplifies i3 statusbar config
Moves the time to a more readable area. Removes noise from the disk
information.
2019-03-07 16:46:09 +00:00

29 lines
No EOL
415 B
Text

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