[Asahi] Better spacing for waybar power buttons.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-06-11 00:14:34 -07:00
parent 7bbbe5c1e7
commit 32d11af846

View file

@ -241,7 +241,7 @@
format-icons = ["" " " " "];
};
"custom/lock" = {
format = "<span color='#00FFFF'> </span>";
format = "<span color='#00FFFF'> </span>";
on-click = "hyprlock";
tooltip = true;
tooltip-format = "lock";
@ -253,7 +253,7 @@
tooltip-format = "reboot";
};
"custom/power" = {
format = "<span color='#FF4040'> </span>";
format = "<span color='#FF4040'> </span>";
on-click = "systemctl poweroff";
tooltip = true;
tooltip-format = "poweroff";