[Asahi] Better spacing for waybar power buttons.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
@@ -241,7 +241,7 @@
|
|||||||
format-icons = ["" " " " "];
|
format-icons = ["" " " " "];
|
||||||
};
|
};
|
||||||
"custom/lock" = {
|
"custom/lock" = {
|
||||||
format = "<span color='#00FFFF'> </span>";
|
format = "<span color='#00FFFF'> </span>";
|
||||||
on-click = "hyprlock";
|
on-click = "hyprlock";
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
tooltip-format = "lock";
|
tooltip-format = "lock";
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
tooltip-format = "reboot";
|
tooltip-format = "reboot";
|
||||||
};
|
};
|
||||||
"custom/power" = {
|
"custom/power" = {
|
||||||
format = "<span color='#FF4040'> </span>";
|
format = "<span color='#FF4040'> </span>";
|
||||||
on-click = "systemctl poweroff";
|
on-click = "systemctl poweroff";
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
tooltip-format = "poweroff";
|
tooltip-format = "poweroff";
|
||||||
|
|||||||
Reference in New Issue
Block a user