[Asahi] Better spacing for waybar power buttons.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
jmug
2025-07-05 18:11:23 -07:00
parent 7bbbe5c1e7
commit 32d11af846
+2 -2
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";