From 505603fbf9dd5bb8b650f571168c26e7b44b4d59 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 6 Mar 2023 10:17:53 +0100 Subject: i3 status bar: new icons for battery status --- i3/.i3status.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i3/.i3status.conf') diff --git a/i3/.i3status.conf b/i3/.i3status.conf index 95540f9..44b2158 100644 --- a/i3/.i3status.conf +++ b/i3/.i3status.conf @@ -27,9 +27,9 @@ wireless wlp1s0 { battery 0 { format = "%status %percentage %remaining %consumption" hide_seconds = true - status_chr = "⚇" - status_bat = "⚡" - status_full = "☻" + status_chr = "⚡" + status_bat = "🔋" + status_full = "⏦" status_unk = "?" low_threshold = 30 threshold_type = "percentage" -- cgit v1.2.3