Improve i3 config
... remove previous mitakes and add temperature to status bar
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user