Improve i3 config

... remove previous mitakes and add temperature
to status bar
This commit is contained in:
Pierre Martin
2015-11-15 18:33:36 +01:00
parent cd8f0e7526
commit 839a5a1f48
2 changed files with 5 additions and 2 deletions

View File

@@ -164,6 +164,4 @@ bar {
exec --no-startup-id gnome-session exec --no-startup-id gnome-session
exec --no-startup-id unity-settings-daemon 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 numlockx on # turn verr num on
exec --no-startup-id nm-applet

View File

@@ -12,6 +12,7 @@ general {
} }
order += "cpu_usage" order += "cpu_usage"
order += "cpu_temperature 0"
order += "disk /" order += "disk /"
order += "run_watch DHCP" order += "run_watch DHCP"
order += "run_watch VPN" order += "run_watch VPN"
@@ -63,3 +64,7 @@ load {
disk "/" { disk "/" {
format = "%avail" format = "%avail"
} }
cpu_temperature 0 {
format = "T: %degrees°C"
}