From fcd19350ffe0b866f50f8645ecbacb54d37e5543 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Sat, 6 Apr 2019 10:57:48 -0500 Subject: [PATCH] Update --- user-config/i3status/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/user-config/i3status/config b/user-config/i3status/config index df6d889..5bb7101 100644 --- a/user-config/i3status/config +++ b/user-config/i3status/config @@ -33,7 +33,11 @@ ethernet _first_ { } battery all { - format = "%status %percentage %remaining" + format = "%status %percentage" + status_chr = "⚡ CHR" + status_bat = "🔋 BAT" + status_full = "☻ FULL" + last_full_capacity = true } tztime local { @@ -45,7 +49,7 @@ load { } path_exists VPN { - # path exists when a VPN tunnel launched by nmcli/nm-applet is active + # path exists when a VPN tunnel is active format = "VPN: active" format_down= "VPN inactive" path = "/proc/sys/net/ipv4/conf/tun0"