This commit is contained in:
Eduard Tolosa 2019-04-06 10:57:48 -05:00
parent 607bd34639
commit fcd19350ff

View file

@ -33,7 +33,11 @@ ethernet _first_ {
} }
battery all { battery all {
format = "%status %percentage %remaining" format = "%status %percentage"
status_chr = "⚡ CHR"
status_bat = "🔋 BAT"
status_full = "☻ FULL"
last_full_capacity = true
} }
tztime local { tztime local {
@ -45,7 +49,7 @@ load {
} }
path_exists VPN { 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 = "VPN: active"
format_down= "VPN inactive" format_down= "VPN inactive"
path = "/proc/sys/net/ipv4/conf/tun0" path = "/proc/sys/net/ipv4/conf/tun0"