X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.config%2Fi3status%2Fconfig;h=0190ba13b9ddb56dd85d476680d080fa6649429e;hb=9f01ee1ec4b4a6117f04a89e52dd487a18dc7573;hp=2a35b4c1854b0dc4f65c68c3b662186fdf36f428;hpb=5441976715caefbb9deedf15b1f12cb6ee4bccd6;p=x_base.git diff --git a/.config/i3status/config b/.config/i3status/config index 2a35b4c..0190ba1 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -18,36 +18,54 @@ order += "wireless _first_" order += "ethernet _first_" order += "battery 0" order += "battery 1" +order += "volume master" order += "load" order += "tztime local" wireless _first_ { - format_up = "W: (%quality at %essid) %ip" - format_down = "W: down" + format_up = "📶:%essid %bitrate" + format_down = "" } ethernet etho { # if you use %speed, i3status requires root privileges - format_up = "E: %ip (%speed)" - format_down = "E: down" + format_up = "🖧:%ip (%speed)" + format_down = "" } battery 0 { - format = "%status %percentage %remaining" + format = "%percentage%status%remaining" format_down = "" + status_chr = "🔌" + status_bat = "🔋" + status_full = "F" + integer_battery_capacity = true } battery 1 { - format = "%status %percentage %remaining" + format = "%percentage%status%remaining" format_down = "" + status_chr = "🔌" + status_bat = "🔋" + status_full = "F" + integer_battery_capacity = true +} + +ipv6 { + format_up = "%addr" + format_down = "" } run_watch DHCP { pidfile = "/var/run/dhclient*.pid" + format = "D⃝" + format_down = "" } path_exists VPN { path = "/proc/sys/net/ipv4/conf/tun0" + format = "🖧⃝" + format_down = "" } tztime local { @@ -57,3 +75,9 @@ tztime local { load { format = "%1min" } + +volume master { + format = "🔊%volume" + format_muted = "🔇(%volume)" + device = "pulse" +}