waybar: add padding to battery icon

This commit is contained in:
Fabian Montero 2025-09-24 18:24:10 -06:00
parent a27a843ec2
commit 5951cad1ef

View file

@ -69,7 +69,7 @@ in {
tooltip = false; tooltip = false;
}; };
memory = { memory = {
format = " {percentage}%"; format = " {percentage}% ";
tooltip = true; tooltip = true;
tooltip-format = "{used}/{total}"; tooltip-format = "{used}/{total}";
}; };