X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3status%2Fconfig;h=4ac83707d8cefdb21860691352f00292e42a806b;hb=39341226752423f724aee2520f93c46d5780c98a;hp=3067d41fe09daf834c24c398b0c98170df297a32;hpb=6daee685cf44c16a78f9125c8e4c50805e18d7e4;p=dotfiles.git diff --git a/x/.config/i3status/config b/x/.config/i3status/config index 3067d41..4ac8370 100644 --- a/x/.config/i3status/config +++ b/x/.config/i3status/config @@ -4,6 +4,8 @@ general { } order += "wireless wlp2s0" +order += "ethernet eth0" +#order += "keyboard" order += "volume master" order += "disk /" order += "battery 0" @@ -12,10 +14,10 @@ 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" +# format_down = "No battery" +# status_chr = "⚇ CHR" +# status_bat = "⚡ BAT" +# status_full = "☻ FULL" path = "/sys/class/power_supply/BAT%d/uevent" low_threshold = 10 } @@ -24,11 +26,14 @@ wireless wlp2s0 { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } +ethernet eth0 { + format_up = "E: %ip" + format_down = "E: down" +} volume master { format = "♪: %volume" format_muted = "♪: muted (%volume)" - device = "hw:1" } tztime local { @@ -38,3 +43,6 @@ tztime local { disk "/" { format = "%free/%total free" } + +#keyboard { +#}