dotfiles/.config/i3status/config_vriska

75 lines
1.4 KiB
Plaintext

# 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!
general {
colors = true
interval = 1
}
#order += "ipv6"
#order += "disk /"
order += "ethernet tun0"
order += "wireless _first_"
order += "ethernet _first_"
order += "battery 0"
order += "battery 1"
order += "cpu_temperature 0"
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)"
format_down = "E: down"
}
# VPN
ethernet tun0 {
format_up = "VPN: %ip"
format_down = "No VPN"
color_good = "#FF0000"
color_bad = "#666666"
}
battery 0 {
format = "BAT0: %status %percentage %remaining"
last_full_capacity = true
integer_battery_capacity = true
low_threshold = 30
}
battery 1 {
format = "BAT1: %status %percentage %remaining"
last_full_capacity = true
integer_battery_capacity = true
low_threshold = 30
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
cpu_temperature 0 {
format = "%degrees °C"
max_threshold = 70
}
load {
format = "%1min"
}
disk "/" {
format = "%avail"
}