78 lines
2.3 KiB
Plaintext
78 lines
2.3 KiB
Plaintext
|
general {
|
||
|
# output_format = "dzen2"
|
||
|
colors = true
|
||
|
interval = 5
|
||
|
}
|
||
|
|
||
|
# order += "ipv6"
|
||
|
# order += "disk /"
|
||
|
# order += "run_watch DHCP"
|
||
|
# order += "run_watch VPNC"
|
||
|
order += "wireless wlp3s0"
|
||
|
order += "ethernet enp0s31f6"
|
||
|
order += "battery 0"
|
||
|
order += "cpu_temperature 0"
|
||
|
order += "load"
|
||
|
order += "tztime local"
|
||
|
# order += "tztime berlin"
|
||
|
|
||
|
wireless wlp3s0 {
|
||
|
format_up = "%quality %essid %bitrate"
|
||
|
format_down = "W: down"
|
||
|
}
|
||
|
|
||
|
ethernet enp0s31f6 {
|
||
|
# if you use %speed, i3status requires the cap_net_admin capability
|
||
|
format_up = "E: %ip (%speed)"
|
||
|
format_down = ""
|
||
|
}
|
||
|
|
||
|
battery 0 {
|
||
|
format = "%status %percentage %remaining"
|
||
|
format_down = "No battery"
|
||
|
integer_battery_capacity = true
|
||
|
status_chr = "⚇ CHR"
|
||
|
status_bat = "⚡ BAT"
|
||
|
status_full = "☻ FULL"
|
||
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
||
|
low_threshold = 10
|
||
|
}
|
||
|
|
||
|
run_watch DHCP {
|
||
|
pidfile = "/var/run/dhclient*.pid"
|
||
|
}
|
||
|
|
||
|
run_watch VPNC {
|
||
|
# file containing the PID of a vpnc process
|
||
|
pidfile = "/var/run/vpnc/pid"
|
||
|
}
|
||
|
|
||
|
path_exists VPN {
|
||
|
# path exists when a VPN tunnel launched by nmcli/nm-applet is active
|
||
|
path = "/proc/sys/net/ipv4/conf/tun0"
|
||
|
format_down = "%title"
|
||
|
}
|
||
|
|
||
|
tztime local {
|
||
|
format = "%d.%m.%Y %H:%M:%S"
|
||
|
}
|
||
|
|
||
|
tztime berlin {
|
||
|
format = "%Y-%m-%d %H:%M:%S %Z"
|
||
|
timezone = "Europe/Berlin"
|
||
|
}
|
||
|
|
||
|
load {
|
||
|
format = "%5min"
|
||
|
}
|
||
|
|
||
|
cpu_temperature 0 {
|
||
|
format = "%degrees °C"
|
||
|
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input"
|
||
|
}
|
||
|
|
||
|
disk "/" {
|
||
|
format = "%free"
|
||
|
}
|
||
|
|