about summary refs log tree commit diff
path: root/configs/shared/misc/.config/i3status/config
blob: 9df0af32384682bef0aee2dd5ad260288aa94220 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
}