Update tooltips on waybar

This commit is contained in:
Alexander Wainwright 2025-12-26 14:34:05 +10:00
parent 9987137808
commit 54f8d30d93

View file

@ -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" = {