From 8a0058c04f9453a3e3db8c186a550aa10f6c5909 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 20 Mar 2023 12:26:50 +0000 Subject: update, switch to fvwm --- .i3status.conf | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to '.i3status.conf') diff --git a/.i3status.conf b/.i3status.conf index 6cc7210..819c690 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -16,7 +16,7 @@ order += "read_file hostname" #order += "ipv6" order += "wireless _first_" #order += "ethernet _first_" -order += "battery all" +order += "battery 0" order += "disk /" #order += "disk /boot" order += "cpu_usage" @@ -56,16 +56,21 @@ battery all { low_threshold = 10 } -#battery 0 { -# format = "%status %percentage %remaining %emptytime" -# format_down = "No battery" -# status_chr = "CHR" -# status_bat = "BAT" -# status_unk = "UNK" -# status_full = "FULL" -# path = "/sys/class/power_supply/BAT%d/uevent" -# low_threshold = 10 -#} +battery 0 { + #format = "%status %percentage %remaining %emptytime" + format = "%status %percentage" + format_down = "No battery" + #status_chr = "CHR" + #status_bat = "BAT" + #status_unk = "UNK" + #status_full = "FULL" + status_chr = "⚡🔋" + status_bat = "🔋" + status_unk = "? UNK" + status_full = "⚡🔋" + path = "/sys/class/power_supply/macsmc-battery/uevent" + low_threshold = 10 +} disk "/" { #format = "📀 %avail" -- cgit v1.2.3