Update i3status config
This commit is contained in:
parent
9e5d695eab
commit
a23faf0c23
1 changed files with 1 additions and 21 deletions
|
|
@ -7,6 +7,7 @@
|
|||
# If the above line is not correctly displayed, fix your editor first!
|
||||
|
||||
general {
|
||||
output_format = "i3bar"
|
||||
colors = true
|
||||
interval = 20
|
||||
}
|
||||
|
|
@ -15,19 +16,10 @@ order += "ipv6"
|
|||
order += "ethernet _first_"
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
#order += "run_watch DHCP"
|
||||
#order += "run_watch VPN"
|
||||
#order += "wireless _first_"
|
||||
#order += "battery 0"
|
||||
order += "cpu_usage"
|
||||
#order += "load"
|
||||
order += "tztime local"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "W: (%quality at %essid) %ip"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
#format_up = "E: %ip (%speed)"
|
||||
|
|
@ -35,18 +27,6 @@ ethernet _first_ {
|
|||
format_down = "E:down"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
format = "%status %percentage %remaining"
|
||||
}
|
||||
|
||||
run_watch DHCP {
|
||||
pidfile = "/var/run/dhclient*.pid"
|
||||
}
|
||||
|
||||
run_watch VPN {
|
||||
pidfile = "/var/run/vpnc/pid"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
#format = "%Y-%m-%d %H:%M:%S"
|
||||
format = "%H:%M:%S %d.%m.%Y"
|
||||
|
|
|
|||
Loading…
Reference in a new issue