sisyphus/.OLD/.config/i3/i3status.conf

49 lines
826 B
Text
Raw Normal View History

2022-03-13 08:57:54 +01:00
# i3status configuration file
# see "man i3status" for documentation
general {
interval = 5
colors = true
color_good="#FFFFFF"
color_degraded="#ffd75f"
color_bad="#d75f5f"
}
2022-03-13 23:42:28 +01:00
order += "cpu_temperature 0"
order += "memory"
2022-03-13 08:57:54 +01:00
order += "ethernet _first_"
order += "volume master"
order += "battery 0"
order += "tztime local"
2022-03-13 23:42:28 +01:00
cpu_temperature 0 {
2022-03-16 14:51:03 +01:00
format = "%degrees °C"
2022-03-13 23:42:28 +01:00
}
2022-03-13 08:57:54 +01:00
tztime local {
2022-03-13 23:42:28 +01:00
format = "%d/%m/%Y %H:%M |"
2022-03-13 08:57:54 +01:00
}
volume master {
2022-03-13 23:42:28 +01:00
format = "VOL %volume"
format_muted = "VOL %volume"
2022-03-13 08:57:54 +01:00
device = "default"
mixer = "Master"
mixer_idx = 0
}
battery 0 {
2022-03-13 23:42:28 +01:00
integer_battery_capacity = true
2022-03-13 08:57:54 +01:00
format = " %status %percentage "
2022-03-13 23:42:28 +01:00
format_down = "???"
status_chr = "CHARGING"
status_bat = "PKCELL"
status_unk = "UNKNOWN"
status_full = "FULL"
2022-03-13 08:57:54 +01:00
path = "/sys/class/power_supply/BAT%d/uevent"
}
memory {
format = "MEM %used"
}