From 839a5a1f483d1b57f65fb839ab3ba9a306fdb1c2 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Sun, 15 Nov 2015 18:33:36 +0100 Subject: [PATCH] Improve i3 config ... remove previous mitakes and add temperature to status bar --- i3.base | 2 -- i3status.desktop | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/i3.base b/i3.base index fbb014e..dc2d8fd 100644 --- a/i3.base +++ b/i3.base @@ -164,6 +164,4 @@ bar { exec --no-startup-id gnome-session exec --no-startup-id unity-settings-daemon -exec --no-startup-id setxkbmap -layout fr -variant oss # allow typing "ê" instead of "^e" exec --no-startup-id numlockx on # turn verr num on -exec --no-startup-id nm-applet diff --git a/i3status.desktop b/i3status.desktop index 6047d96..f639baa 100644 --- a/i3status.desktop +++ b/i3status.desktop @@ -12,6 +12,7 @@ general { } order += "cpu_usage" +order += "cpu_temperature 0" order += "disk /" order += "run_watch DHCP" order += "run_watch VPN" @@ -63,3 +64,7 @@ load { disk "/" { format = "%avail" } + +cpu_temperature 0 { + format = "T: %degrees°C" +} \ No newline at end of file