about summary refs log tree commit diff stats
path: root/home/kurb42/.config/i3status/config
blob: 206e279b809d5a71e54ef95cc1e1ad04df7162f2 (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
30
31
32
33
34
35
36
# i3status configuration file.
# see "man i3status" for documentation.

# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!

general {
        colors = true
	color_good = "#81a1c1"
        color_degraded = "#fafe7c"
        color_bad = "#ff7770"
}

# order += "wireless _first_"
# order += "battery all"
order += "tztime local"

# wireless _first_ {
#        format_up = "connected |"
#        format_down = "down |"
# }

# battery all {
#        format = "%status %percentage %remaining |"
#	 hide_seconds = true
#
#        status_chr = "chr"
#        status_bat = "chr"
#        status_full = "full"
# }

tztime local {
        format = "%Y-%m-%d | %H:%M:%S"
}