From 32d11af8462c1028ad6818cf1e27836a5c9b7ab7 Mon Sep 17 00:00:00 2001 From: jmug Date: Wed, 11 Jun 2025 00:14:34 -0700 Subject: [PATCH] [Asahi] Better spacing for waybar power buttons. Signed-off-by: jmug --- home-modules/hyprland/waybar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-modules/hyprland/waybar.nix b/home-modules/hyprland/waybar.nix index fe55080..1e3090a 100644 --- a/home-modules/hyprland/waybar.nix +++ b/home-modules/hyprland/waybar.nix @@ -241,7 +241,7 @@ format-icons = ["" " " " "]; }; "custom/lock" = { - format = ""; + format = ""; on-click = "hyprlock"; tooltip = true; tooltip-format = "lock"; @@ -253,7 +253,7 @@ tooltip-format = "reboot"; }; "custom/power" = { - format = ""; + format = ""; on-click = "systemctl poweroff"; tooltip = true; tooltip-format = "poweroff";