.dotfiles/i3/.config/i3status/config
Jeremie Fraeys 82aa3efc25 some changes
2024-07-21 21:04:51 -04:00

34 lines
584 B
Text

# 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
interval = 5
}
order += "disk /"
order += "battery all"
order += "load"
order += "tztime local"
battery all {
format = "%status %percentage %remaining"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
load {
format = "%1min"
}
disk "/" {
format = "%avail"
}