summaryrefslogtreecommitdiff
path: root/i3status-config
blob: af4a4ab1490753fa292a8906cf2bad6ee8cf2c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
general {
	markup = pango
	colors = true
	color_good = '#5C6A72'
}

order += "tztime local"

tztime local {
	format = "<span color='#5C6A72'> %b%e %H:%M:%S </span>" 
}