From: Frederik Vanrenterghem Date: Fri, 3 May 2024 14:52:17 +0000 (+0800) Subject: Use symbols only for battery and charging status. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/3ff6b90f1f086ab3ecef6858de3b2b360998e8b0 Use symbols only for battery and charging status. --- 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" }