From eb3235070db16fbcae0e2005f14344e35f9524cb Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 20 Mar 2017 04:31:13 +0100 Subject: [PATCH] Match old T450s config to W530. --- ansible/user.yml | 1 + dotfiles/user/thinkpad/T450s/i3status.conf | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ansible/user.yml b/ansible/user.yml index b8f1b4c..6bce08a 100644 --- a/ansible/user.yml +++ b/ansible/user.yml @@ -8,3 +8,4 @@ with_fileglob: - ~/config/dotfiles/minimal/* - ~/config/dotfiles/user/thinkpad/minimal/* + - ~/config/dotfiles/user/thinkpad/T450s/* diff --git a/dotfiles/user/thinkpad/T450s/i3status.conf b/dotfiles/user/thinkpad/T450s/i3status.conf index 8b97706..e8117d0 100644 --- a/dotfiles/user/thinkpad/T450s/i3status.conf +++ b/dotfiles/user/thinkpad/T450s/i3status.conf @@ -12,8 +12,10 @@ order += "disk /home" order += "wireless wlan0" order += "ethernet eth0" order += "battery 0" -order += "battery 1" order += "cpu_temperature 0" +order += "cpu_temperature 1" +order += "cpu_temperature 2" +order += "cpu_temperature 3" order += "load" order += "time" @@ -44,14 +46,14 @@ ethernet eth0 { battery 0 { format = "%status %percentage %remaining" } -battery 1 { - format = "%status %percentage %remaining" -} # Show CPU temperature in degrees of celsius. cpu_temperature 0 { format = "T: %degrees °C" } +cpu_temperature 1 { + format = "T: %degrees °C" +} # Show system load during last 1/5/15 minutes. load { -- 2.30.2