X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3status%2Fconfig;h=e21a31bec2a23ff394a22acac27a47e6b202ff4c;hb=5512a2454fa70907cbbf24c2c11dfd0941a07891;hp=c3ded1bb57b046b996677995bda366dacfad3991;hpb=af149d8463324de0edad9d3c1755b2659dace0b8;p=dotfiles.git diff --git a/x/.config/i3status/config b/x/.config/i3status/config index c3ded1b..e21a31b 100644 --- a/x/.config/i3status/config +++ b/x/.config/i3status/config @@ -1,41 +1,39 @@ general { colors = true - interval = 5 + interval = 3 } -order += "wireless wlp2s0" -order += "ethernet enp3s0f1" +order += "wireless wlan0" +order += "ethernet eth0" order += "volume master" order += "disk /" -order += "wireless wlp1s0" order += "battery 0" order += "tztime local" battery 0 { - format = "%status %percentage %remaining" - integer_battery_capacity = true - format_down = "No battery" - status_chr = "⚇ CHR" - status_bat = "⚡ BAT" - status_full = "☻ FULL" - path = "/sys/class/power_supply/BAT%d/uevent" - low_threshold = 10 + format = "%status %percentage" + integer_battery_capacity = true +# format_down = "No battery" +# status_chr = "⚇ CHR" +# status_bat = "⚡ BAT" +# status_full = "☻ FULL" + path = "/sys/class/power_supply/BAT%d/uevent" + low_threshold = 10 } -volume master { - format = "♪: %volume" - format_muted = "♪: muted (%volume)" - device = "default" +wireless wlan0 { + format_up = "W: (%quality at %essid) %ip" + format_down = "W: down" } - -wireless wlp2s0 { - format_up = "W: %essid %ip" - format_down ="W: down" +ethernet eth0 { + format_up = "E: %ip" + format_down = "E: down" } -ethernet enp3s0f1 { - format_up = "E: %ip" - format_down ="E: down" +volume master { + format = "♪: %volume" + format_muted = "♪: muted (%volume)" + device = "hw:1" } tztime local {