From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 20 Mar 2017 03:31:13 +0000 (+0100)
Subject: Match old T450s config to W530.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7Bprefix%7D%7D/do_todos?a=commitdiff_plain;h=eb3235070db16fbcae0e2005f14344e35f9524cb;p=config

Match old T450s config to W530.
---

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 {