diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-07-03 18:23:44 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-07-03 18:23:44 +0200 |
| commit | a7b4e094e5e16d19b007088e7f6aecb2be9e050f (patch) | |
| tree | 6079fbf3c3394fec8f6a5588ed64f2f8db06cd90 /.i3status.conf | |
| parent | c277d54d35c064dafc1abe6be1763dcc6eb99b4d (diff) | |
update
Diffstat (limited to '.i3status.conf')
| -rw-r--r-- | .i3status.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.i3status.conf b/.i3status.conf index 87656f8..9570b48 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -46,7 +46,7 @@ ethernet _first_ { battery all { last_full_capacity = true integer_battery_capacity = true - format = "%status %percentage %remaining" + format = "%status %percentage %remaining %consumption" status_chr = "⚡🔋" status_bat = "🔋" status_unk = "? UNK" @@ -93,8 +93,9 @@ memory { cpu_temperature 0 { format = "🌡%degrees °C" #path = "/sys/class/hwmon/hwmon0/temp1_input" + #path = "/sys/class/hwmon/hwmon6/temp1_input" #path = "/sys/class/hwmon/hwmon7/temp1_input" - path = "/sys/class/hwmon/hwmon6/temp1_input" + #path = "/sys/class/hwmon/hwmon8/temp1_input" } tztime local { |
