This commit is contained in:
Eduard Tolosa 2019-06-01 18:24:29 -05:00
parent ca35cb42ef
commit 245c82b2b6
2 changed files with 23 additions and 13 deletions

View file

@ -13,21 +13,21 @@ general {
# order += "ipv6"
# order += "disk /"
order += "wireless _first_"
order += "ethernet _first_"
order += "wireless wlan0"
order += "ethernet enp2s0"
order += "path_exists bond"
order += "path_exists VPN"
order += "load"
order += "cpu_temperature 0"
order += "tztime local"
order += "battery all"
# order += "battery all"
wireless _first_ {
format_up = "W: (%quality at %essid)"
wireless wlan0 {
format_up = "W: (%quality at %essid, %frequency)"
format_down = "W: down"
}
ethernet _first_ {
ethernet enp2s0 {
# if you use %speed, i3status requires root privileges
format_up = "E: Up (%speed)"
format_down = "E: down"
@ -39,13 +39,13 @@ path_exists bond {
path = "/proc/net/bonding/bond1"
}
battery all {
format = "%status %percentage"
status_chr = "⚡ CHR"
status_bat = "🔋 BAT"
status_full = "☻ FULL"
last_full_capacity = true
}
# battery all {
# format = "%status %percentage"
# status_chr = "⚡ CHR"
# status_bat = "🔋 BAT"
# status_full = "☻ FULL"
# last_full_capacity = true
# }
tztime local {
format = "%Y-%m-%d %H:%M"