From 05a4998813d8b5672c55bf6055344c83cf0e95f9 Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 20 May 2024 14:37:40 -0500 Subject: [PATCH] u --- dots/i3status/config | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/dots/i3status/config b/dots/i3status/config index 83a8955..49f23aa 100644 --- a/dots/i3status/config +++ b/dots/i3status/config @@ -74,28 +74,23 @@ path_exists "vpn" { wireless _first_ { format_up = " W: (%quality at %essid, %bitrate) %ip " - format_down = "" + format_down = " ⁜ " } ethernet _first_ { format_up = " %ip %speed " - format_down = " 🖧 " + format_down = " ⟴ " } battery all { - # format = "%status %percentage %remaining %emptytime" - format = " %status %percentage" + format = "%status %percentage %remaining %emptytime" + #format = " %status %percentage" format_down = "No battery" last_full_capacity = true integer_battery_capacity = true - # status_chr = "" status_chr = "⚡" - # status_bat = "bat" - # status_bat = "☉" - status_bat = "" - # status_unk = "?" - status_unk = "" - # status_full = "" + status_bat = "☉" + status_unk = "⌄" status_full = "☀" low_threshold = 15 threshold_type = time