diff --git a/home/modules/hyprland/waybar.nix b/home/modules/hyprland/waybar.nix index 83a0d0a..a8a7e75 100644 --- a/home/modules/hyprland/waybar.nix +++ b/home/modules/hyprland/waybar.nix @@ -110,6 +110,14 @@ let tooltip = false; }; + "hyprland/window" = { + rewrite = { + "(.*) - Microsoft Edge$" = " $1"; + "(.*) - NVIM" = " $1"; + "^foot$" = " Foot"; + }; + }; + "custom/notification" = { tooltip = false; format = "{icon}";