X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3status%2Fconfig;h=3067d41fe09daf834c24c398b0c98170df297a32;hb=29d1e69dadf0b5e382a6edd6d5fb6f10b07c9fb2;hp=9151f3323fc6ed56106c0d2ecf944e530da4b508;hpb=52b68ea369a25a4eb8d71720177064892d9e1bf6;p=dotfiles.git diff --git a/x/.config/i3status/config b/x/.config/i3status/config index 9151f33..3067d41 100644 --- a/x/.config/i3status/config +++ b/x/.config/i3status/config @@ -1,41 +1,34 @@ general { colors = true - interval = 5 + interval = 3 } order += "wireless wlp2s0" -order += "ethernet enp3s0f1" order += "volume master" order += "disk /" -order += "wireless wlp1s0" order += "battery 0" order += "tztime local" - battery 0 { - format = "%status %percentage %remaining %emptytime" - 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" + 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 } wireless wlp2s0 { - format_up = "W: %essid %ip" - format_down ="W: down" + format_up = "W: (%quality at %essid) %ip" + format_down = "W: down" } -ethernet enp3s0f1 { - format_up = "E: %ip" - format_down ="E: down" +volume master { + format = "♪: %volume" + format_muted = "♪: muted (%volume)" + device = "hw:1" } tztime local {