From f25a8f51e80886469109af6606fafa7516dd3bdf Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 18 Jun 2023 01:44:28 -0400 Subject: [PATCH] Tweak waybar --- home-manager/linux/programs/hyprland.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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";