clean code
This commit is contained in:
parent
528319e22b
commit
12ec6c9aba
@ -1,71 +1,24 @@
|
|||||||
# i3status configuration file.
|
# ~/.i3status.conf
|
||||||
# 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 {
|
general {
|
||||||
output_format = "i3bar"
|
output_format = "i3bar"
|
||||||
colors = true
|
interval = 5
|
||||||
interval = 5
|
colors = true
|
||||||
}
|
}
|
||||||
|
|
||||||
#order += "ipv6"
|
|
||||||
#order += "wireless _first_"
|
|
||||||
#order += "ethernet _first_"
|
|
||||||
#order += "battery all"
|
#order += "battery all"
|
||||||
#order += "disk /"
|
|
||||||
#order += "load"
|
|
||||||
#order += "memory"
|
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
#order += "cpu_temperature cpu0"
|
|
||||||
#order += "cpu_temperature acpitz0"
|
|
||||||
order += "volume master"
|
order += "volume master"
|
||||||
|
|
||||||
cpu_temperature cpu0 {
|
|
||||||
format = "CPU: %degrees C"
|
|
||||||
path = "cpu0"
|
|
||||||
}
|
|
||||||
|
|
||||||
cpu_temperature acpitz0 {
|
|
||||||
format = "TZ: %degrees C"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
wireless _first_ {
|
|
||||||
format_up = "W: (%quality at %essid) %ip"
|
|
||||||
format_down = "W: down"
|
|
||||||
}
|
|
||||||
|
|
||||||
ethernet _first_ {
|
|
||||||
format_up = "E: %ip (%speed)"
|
|
||||||
format_down = "E: down"
|
|
||||||
}
|
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
format = "%status %percentage %remaining"
|
format = "%status %percentage %remaining"
|
||||||
}
|
|
||||||
|
|
||||||
disk "/" {
|
|
||||||
format = "%avail"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
format = "vol: %volume"
|
format = "vol: %volume"
|
||||||
}
|
|
||||||
|
|
||||||
load {
|
|
||||||
format = "%1min"
|
|
||||||
}
|
|
||||||
|
|
||||||
memory {
|
|
||||||
format = "%used | %available"
|
|
||||||
threshold_degraded = "1G"
|
|
||||||
format_degraded = "MEMORY < %available"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "%Y-%m-%d %H:%M"
|
format = "%Y-%m-%d %H:%M"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user