i3status: update
This commit is contained in:
parent
9669b8c7fa
commit
f06fb8f9e7
1 changed files with 15 additions and 8 deletions
|
@ -26,24 +26,31 @@ order += "load"
|
|||
order += "time"
|
||||
|
||||
wireless wlan0 {
|
||||
format_up = "W: (%quality at %essid) %ip"
|
||||
format_down = ""
|
||||
format_up = "W: (%quality/%bitrate) on %essid"
|
||||
format_quality = "%d%s"
|
||||
format_down = "W: ☠"
|
||||
}
|
||||
|
||||
ethernet eth0 {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = ""
|
||||
format_up = "E: ✔ (%speed)"
|
||||
format_down = "E: ☠"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
format = "%status %percentage %remaining"
|
||||
status_full = "✔"
|
||||
status_bat = "🔋"
|
||||
status_chr = "⚡"
|
||||
format = "B: %status %percentage %remaining"
|
||||
path = "/sys/class/power_supply/BAT0/uevent"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
battery 1 {
|
||||
format = "%status %percentage %remaining"
|
||||
status_full = "✔"
|
||||
status_bat = "🔋"
|
||||
status_chr = "⚡"
|
||||
format = "B1: %status %percentage %remaining"
|
||||
path = "/sys/class/power_supply/CMB2/uevent"
|
||||
format_down = ""
|
||||
}
|
||||
|
@ -61,7 +68,7 @@ time {
|
|||
}
|
||||
|
||||
load {
|
||||
format = "%1min %5min %15min"
|
||||
format = "L: %1min %5min %15min"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
|
@ -75,5 +82,5 @@ cpu_temperature 1 {
|
|||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%free"
|
||||
format = "D: %free"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue