X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3status%2Fconfig;h=04d3a4a4a9a62f8b4320b14e6c523d35a70a8686;hb=24f79ae54474da832222c3910a7ca9d4f9abe3ae;hp=d3b3458af5e179795bb830a10a8470dced0251f1;hpb=ae833e18bdf78a15ff3db3c1c616ee5a0850273d;p=dotfiles.git diff --git a/x/.config/i3status/config b/x/.config/i3status/config index d3b3458..04d3a4a 100644 --- a/x/.config/i3status/config +++ b/x/.config/i3status/config @@ -1,24 +1,41 @@ general { colors = true - interval = 5 + interval = 3 } +order += "wireless wlp2s0" order += "ethernet enp5s0" order += "volume master" order += "disk /" +order += "battery 0" order += "tztime local" +battery 0 { + 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: (%quality at %essid) %ip" + format_down = "W: down" +} +ethernet enp5s0 { + format_up = "E: %ip" + format_down = "E: down" +} + volume master { format = "♪: %volume" format_muted = "♪: muted (%volume)" device = "hw:1" } -ethernet enp3s0f1 { - format_up = "E: %ip" - format_down ="E: down" -} - tztime local { format = "%Y-%m-%d %H:%M:%S" }