From 048f422ee46e0efa0f222128a4902113355c6752 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 22 Nov 2023 13:24:37 +0000 Subject: [PATCH] Add rewrite for microsoft 365 PWA --- home/hyprland/waybar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index 69f5ca3c..bb39dd6f 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -61,6 +61,7 @@ "(.*) - Chromium" = " $1"; "Microsoft Teams - (.*)" = "󰊻 $1"; "Microsoft Teams classic" = "󰊻"; + "Microsoft 365 - (.*)" = "󰏆 $1"; "NoMachine - (.*)" = "󰢹 $1"; }; separate-outputs = true;