From 28cce9c0c5624ae3c6fb941c63c02a87efb0255b Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 26 Apr 2022 02:39:58 -0700 Subject: [PATCH] added symbol for on battery --- i3/i3status.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3status.conf b/i3/i3status.conf index 8ccfdeec..0654adfd 100644 --- a/i3/i3status.conf +++ b/i3/i3status.conf @@ -37,7 +37,7 @@ battery all { format = "%status %percentage" #%remaining" format_down = "No battery" status_chr = "[^]" - # status_bat = "" + status_bat = "[-]" status_full = "[*]" low_threshold = 15 }