diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-20 12:26:50 +0000 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-20 12:26:50 +0000 |
| commit | 8a0058c04f9453a3e3db8c186a550aa10f6c5909 (patch) | |
| tree | d292e1d6b384bd1ea5f007bf412f111d10aac48c /.i3status.conf | |
| parent | 9dcf9d6a3fa8203cef7d57c8e811b300d4ecc97d (diff) | |
update, switch to fvwm
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" |
