Add cpu temp to the bar
This commit is contained in:
parent
52286df65a
commit
dbfb24eea4
1 changed files with 8 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
module-margin-right = 1;
|
||||
modules-left = "i3";
|
||||
modules-center = "date";
|
||||
modules-right = "memory swap cpu battery1 battery0";
|
||||
modules-right = "memory swap cpu temperature battery1 battery0";
|
||||
tray-position = "right";
|
||||
};
|
||||
|
||||
|
@ -47,6 +47,13 @@
|
|||
format = "CPU: <label>";
|
||||
};
|
||||
|
||||
"module/temperature" = {
|
||||
type = "internal/temperature";
|
||||
thermal-zone = 3;
|
||||
interval = 5;
|
||||
format = "TEMP: <label>";
|
||||
};
|
||||
|
||||
"module/memory" = {
|
||||
type = "internal/memory";
|
||||
interval = 5;
|
||||
|
|
Loading…
Reference in a new issue