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";