Added i3 configs from kanaya

This commit is contained in:
Lexi / Zoe 2018-11-01 01:25:51 +01:00
parent 497cf36f95
commit d03c792a6d
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 484 additions and 0 deletions

View file

@ -0,0 +1,65 @@
# 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 += "wireless _first_"
order += "ethernet tun0"
order += "ethernet _first_"
#order += "battery all"
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 all {
format = "%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"
}