diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index 3826ac4..e1dea77 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -494,16 +494,17 @@ in with lib; { tooltip = false; format = "{icon}"; format-icons = { - notification = ""; - none = ""; - dnd-notification = ""; + notification = "  "; + none = "  "; + dnd-notification = + "  "; dnd-none = ""; inhibited-notification = - ""; - inhibited-none = ""; + "  "; + inhibited-none = "  "; dnd-inhibited-notification = - ""; - dnd-inhibited-none = ""; + "  "; + dnd-inhibited-none = "  "; }; return-type = "json"; exec-if = "which swaync-client";