diff options
Diffstat (limited to '.i3status.conf')
| -rw-r--r-- | .i3status.conf | 27 |
1 files changed, 16 insertions, 11 deletions
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" |
