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