diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-12-16 11:42:33 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-12-16 11:42:33 +0100 |
| commit | 517baf7e7578ffb4170be32fbe8900ceea340ad5 (patch) | |
| tree | 5121f0086d7a6deee194e657538bb0abf06f5cb6 /.i3status.conf | |
| parent | 550d6039ab215459e8dc3f83e1cb238156bcc3f3 (diff) | |
| parent | 4bba38ec61e0aba340ea885f2b85ace465735eca (diff) | |
Merge branch 'alpine' of github.com:mvertes/dotfiles into alpine
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 { |
