]> git.vanrenterghem.biz Git - Dotty.git/commitdiff
Use symbols only for battery and charging status.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Fri, 3 May 2024 14:52:17 +0000 (22:52 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Fri, 3 May 2024 14:52:17 +0000 (22:52 +0800)
i3status/.config/i3status/config

index ff54e46fc9cc4b17f21533eb1f9a41e0476258f4..1bcc848f1b2111abd8009723773eb4ac41ae9e18 100644 (file)
@@ -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"
 }