From 3ff6b90f1f086ab3ecef6858de3b2b360998e8b0 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem <frederik@vanrenterghem.biz> Date: Fri, 3 May 2024 22:52:17 +0800 Subject: [PATCH] Use symbols only for battery and charging status. --- i3status/.config/i3status/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3status/.config/i3status/config b/i3status/.config/i3status/config index ff54e46..1bcc848 100644 --- a/i3status/.config/i3status/config +++ b/i3status/.config/i3status/config @@ -33,8 +33,8 @@ ethernet _first_ { battery all { format = "%status %percentage %remaining" - status_chr = "â¡ CHR" - status_bat = "ð BAT" + status_chr = "â¡" + status_bat = "ð" status_unk = "? UNK" status_full = "â» FULL" low_threshold = 10 @@ -59,7 +59,7 @@ volume master { format_muted = "âª: muted (%volume)" device = "pulse:alsa_output.pci-0000_00_1f.3.analog-stereo" } - + tztime local { format = "%Y-%m-%d %H:%M:%S" } -- 2.39.5