[Asahi] Better spacing for waybar power buttons.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
7bbbe5c1e7
commit
32d11af846
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue