diff --git a/src/components/bar/modules/media/helpers/index.ts b/src/components/bar/modules/media/helpers/index.ts index 935c2e2..3dc4694 100644 --- a/src/components/bar/modules/media/helpers/index.ts +++ b/src/components/bar/modules/media/helpers/index.ts @@ -30,7 +30,7 @@ const getIconForPlayer = (playerName: string): string => { ['Vivaldi', '󰖟'], ['Waterfox', '󰈹'], ['Thorium', '󰈹'], - ['Zen Browser', '󰈹'], + ['Mozilla zen', ''], ['Floorp', '󰈹'], ['(.*)', '󰝚'], ]; diff --git a/src/components/bar/modules/window_title/helpers/title.ts b/src/components/bar/modules/window_title/helpers/title.ts index 0f8bc92..c81e173 100644 --- a/src/components/bar/modules/window_title/helpers/title.ts +++ b/src/components/bar/modules/window_title/helpers/title.ts @@ -61,6 +61,7 @@ export const getWindowMatch = (client: AstalHyprland.Client): Record