1
0
Derivar 0
i3-config/i3status.config

90 linhas
1.6 KiB
Plaintext
Em bruto Vista normal Histórico

2017-02-14 12:33:57 +00:00
general {
output_format = "i3bar"
colors = true
interval = 5
}
#order += "ipv6"
order += "disk /"
2018-08-13 13:21:41 +00:00
#order += "run_watch DHCP"#
#order += "run_watch VPN"
order += "wireless wlp3s0"
#order += "ethernet enp0s31f6"
order += "battery 0"
order += "battery 1"
#order += "cpu_temperature 0"
2017-02-14 12:33:57 +00:00
order += "cpu_usage"
2018-08-13 13:21:41 +00:00
order += "load"
order += "memory"
order += "tztime local"
2017-02-14 12:33:57 +00:00
#order += "tztime berlin"
ipv6 {
format_up = "%ip"
format_down = "no IPv6"
}
2018-08-13 13:21:41 +00:00
wireless wlp3s0 {
2017-02-14 12:33:57 +00:00
format_up = "W: (%quality at %essid, %bitrate) %ip"
format_down = "W: down"
}
2018-08-13 13:21:41 +00:00
ethernet enp0s31f6 {
2017-02-14 12:33:57 +00:00
# if you use %speed, i3status requires the cap_net_admin capability
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery 0 {
format = "%status %percentage %remaining %emptytime"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
}
2018-08-13 13:21:41 +00:00
battery 1 {
format = "%status %percentage %remaining %emptytime"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
}
2017-02-14 12:33:57 +00:00
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
run_watch VPN {
pidfile = "/var/run/openconnect/openconnect.pid"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
tztime berlin {
format = "%Y-%m-%d %H:%M:%S %Z"
timezone = "Europe/Berlin"
}
load {
format = "%5min"
}
2018-08-13 13:21:41 +00:00
cpu_temperature 0 {
format = "%degrees°"
path = "/sys/devices/platform/coretemp.0/temp1_input"
}
2017-02-14 12:33:57 +00:00
disk "/" {
format = "%free"
}
cpu_usage {
format = "%usage"
}
2018-08-13 13:21:41 +00:00
memory {
format = "%used"
threshold_degraded = "10%"
format_degraded = "MEMORY: %free"
}