added temperature to cpu waybar
This commit is contained in:
parent
859e13d501
commit
e7b406455c
2 changed files with 17 additions and 2 deletions
|
@ -26,13 +26,17 @@ window#waybar {
|
|||
|
||||
#clock,
|
||||
#battery,
|
||||
#cpu,
|
||||
#memory,
|
||||
#network,
|
||||
#temperature,
|
||||
#wireplumber {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
padding: 0 0 0 15px;
|
||||
}
|
||||
|
||||
/*-----Indicators----*/
|
||||
#battery.charging {
|
||||
color: #31748f;
|
||||
|
@ -43,3 +47,7 @@ window#waybar {
|
|||
#battery.critical:not(.charging) {
|
||||
color: #eb6f92;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
color: #eb6f92;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue