Simplifies i3 statusbar config

Moves the time to a more readable area. Removes noise from the disk
information.
This commit is contained in:
William Carroll 2019-03-07 16:46:09 +00:00
parent 34dce733c4
commit fe6f2b9697

View file

@ -4,18 +4,18 @@ general {
colors = true
}
order += "disk /"
order += "time"
order += "tztime est"
order += "tztime pst"
order += "disk /"
disk "/" {
prefix_type = "decimal"
format = "%free free | %avail available | %total total"
format = "%avail / %total"
}
time {
format = "%d/%m/%Y %H:%M"
format = "%H:%M - %D"
}
tztime est {