X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3status%2Fconfig;h=4ac83707d8cefdb21860691352f00292e42a806b;hb=39341226752423f724aee2520f93c46d5780c98a;hp=ba3cf2d15d465a0d519954ed1f0911f6ef1c2cfb;hpb=7c0c395e57530a31d96410759e5f65b12d2aaea2;p=dotfiles.git diff --git a/x/.config/i3status/config b/x/.config/i3status/config index ba3cf2d..4ac8370 100644 --- a/x/.config/i3status/config +++ b/x/.config/i3status/config @@ -1,43 +1,48 @@ general { colors = true - interval = 5 + interval = 3 } +order += "wireless wlp2s0" +order += "ethernet eth0" +#order += "keyboard" order += "volume master" order += "disk /" -order += "wireless wlp1s0" order += "battery 0" order += "tztime local" -volume master { - format = "♪: %volume" - format_muted = "♪: muted (%volume)" - device = "default" - mixer = "Master" - mixer_idx = 0 +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 wlp1s0 { - format_up = "W: (%quality) %ip" +wireless wlp2s0 { + format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } +ethernet eth0 { + format_up = "E: %ip" + format_down = "E: down" +} -battery 0 { - format = "%status %percentage (%remaining)" - format_down = "No Battery" - status_chr = "⚇ CHR" - status_bat = "⚡ BAT" - status_full = "☻ FULL" - hide_seconds = true - integer_battery_capacity = true - path = "/sys/class/power_supply/BAT%d/uevent" - low_threshold = 10 +volume master { + format = "♪: %volume" + format_muted = "♪: muted (%volume)" } tztime local { - format = "⌚ %Y-%m-%d %H:%M:%S" + format = "%Y-%m-%d %H:%M:%S" } disk "/" { format = "%free/%total free" } + +#keyboard { +#}