2023-03-01 17:35:03 +01:00
|
|
|
# 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
|
|
|
|
color_good = "#2AA198"
|
|
|
|
color_bad = "#586E75"
|
2023-12-21 18:57:15 +01:00
|
|
|
color_degraded = "#D79921"
|
|
|
|
separator = ""
|
2023-03-01 17:35:03 +01:00
|
|
|
}
|
|
|
|
|
2023-12-21 18:57:15 +01:00
|
|
|
order += "wireless _first_"
|
2023-03-01 17:35:03 +01:00
|
|
|
order += "ethernet _first_"
|
2023-12-21 18:57:15 +01:00
|
|
|
order += "path_exists VPN"
|
|
|
|
order += "ipv6"
|
2023-03-01 17:35:03 +01:00
|
|
|
order += "disk /"
|
|
|
|
order += "disk /home"
|
|
|
|
order += "load"
|
|
|
|
order += "memory"
|
|
|
|
order += "volume master"
|
|
|
|
order += "battery all"
|
|
|
|
order += "tztime local"
|
|
|
|
|
2023-12-21 18:57:15 +01:00
|
|
|
path_exists VPN {
|
|
|
|
path = "/proc/sys/net/ipv4/conf/ppp0"
|
|
|
|
format = " %status"
|
|
|
|
}
|
|
|
|
|
2023-03-01 17:35:03 +01:00
|
|
|
wireless _first_ {
|
|
|
|
#format_up = "W: (%quality at %essid) %ip"
|
2023-12-21 18:57:15 +01:00
|
|
|
format_up = " %essid %bitrate"
|
|
|
|
format_down = " "
|
2023-03-01 17:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
ethernet _first_ {
|
|
|
|
# if you use %speed, i3status requires root privileges
|
2023-12-21 18:57:15 +01:00
|
|
|
format_up = " (%speed)"
|
|
|
|
format_down = " "
|
2023-03-01 17:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
battery all {
|
2023-12-21 18:57:15 +01:00
|
|
|
format = " %status %percentage %remaining "
|
2023-03-01 17:35:03 +01:00
|
|
|
status_bat = ""
|
|
|
|
status_chr = ""
|
|
|
|
status_full = ""
|
|
|
|
status_unk = "?"
|
|
|
|
threshold_type = time
|
|
|
|
}
|
|
|
|
|
|
|
|
tztime local {
|
2023-12-21 18:57:15 +01:00
|
|
|
format = " %d.%m.%Y %H:%M "
|
2023-03-01 17:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
load {
|
|
|
|
format = " %1min"
|
|
|
|
}
|
|
|
|
|
|
|
|
disk "/" {
|
2023-12-21 18:57:15 +01:00
|
|
|
format = " %avail"
|
2023-03-01 17:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
disk "/home" {
|
2023-12-21 18:57:15 +01:00
|
|
|
format = " %avail "
|
2023-03-01 17:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
ipv6 {
|
2023-12-21 18:57:15 +01:00
|
|
|
format_up = "IPv6 "
|
|
|
|
format_down = "IPv6 "
|
2023-03-01 17:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
memory {
|
2023-12-21 18:57:15 +01:00
|
|
|
format = " %used "
|
2023-03-01 17:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
volume master {
|
|
|
|
device = "pulse"
|
2023-12-21 18:57:15 +01:00
|
|
|
format = " %volume "
|
|
|
|
format_muted = " "
|
2023-03-01 17:35:03 +01:00
|
|
|
mixer = "Master"
|
|
|
|
}
|