day/month/year instead of Year-month-day. Just looks nicer and easier for me to interpret.
37 lines
717 B
Plaintext
37 lines
717 B
Plaintext
general {
|
|
output_format = "i3bar"
|
|
colors = true
|
|
interval = 1
|
|
}
|
|
|
|
# Furthest to closest
|
|
|
|
order += "wireless wlp2s0"
|
|
order += "disk /home"
|
|
order += "battery 0"
|
|
order += "tztime local"
|
|
|
|
tztime local {
|
|
format = "%d/%m/%Y %H:%M"
|
|
}
|
|
|
|
wireless wlp2s0 {
|
|
format_up = "Connected: %ip@%essid"
|
|
format_down = ""
|
|
}
|
|
|
|
disk /home {
|
|
format = "Pr0n drive: %free"
|
|
}
|
|
|
|
battery 0 {
|
|
format = "%status %percentage %emptytime"
|
|
format_down = ""
|
|
status_chr = " Charging"
|
|
status_bat = " Battery"
|
|
status_unk = "? UNK"
|
|
status_full = " Full"
|
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
low_threshold = 10
|
|
}
|