Update tooltips on waybar
This commit is contained in:
parent
9987137808
commit
54f8d30d93
1 changed files with 1 additions and 1 deletions
|
|
@ -243,11 +243,11 @@ in
|
||||||
|
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
format = "{usage}% ";
|
format = "{usage}% ";
|
||||||
tooltip = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"memory" = {
|
"memory" = {
|
||||||
format = "{}% ";
|
format = "{}% ";
|
||||||
|
tooltip-format = "RAM: {used}GiB / {total}GiB ({percentage}%)\nSwap: {swapUsed}GiB / {swapTotal}GiB ({swapPercentage}%)";
|
||||||
};
|
};
|
||||||
|
|
||||||
"battery" = {
|
"battery" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue