From 6efbd1cd57f72f80808c7992ea03642f65c7aa2a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:41 +0100 Subject: feat(teams): distinct tray icons for Sii (blue S) and XSight (orange X) Adds two generated 256x256 hicolor PNG icons under ~/.local/share/icons/hicolor/256x256/apps/ and wires them up: * Icon=teams-{sii,xsight} -> launcher / waybar / sway use them * --appIcon= -> electron tray icon picks them up (teams-for-linux respects this flag) The flatpak override script gains a --filesystem=xdg-data/icons:ro binding for com.github.IsmaelMartinez.teams_for_linux so the absolute icon path is reachable from inside the sandbox. --- dot_local/share/applications/teams-xsight.desktop.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_local/share/applications/teams-xsight.desktop.tmpl') diff --git a/dot_local/share/applications/teams-xsight.desktop.tmpl b/dot_local/share/applications/teams-xsight.desktop.tmpl index 3eb97dc..0b8a5ed 100644 --- a/dot_local/share/applications/teams-xsight.desktop.tmpl +++ b/dot_local/share/applications/teams-xsight.desktop.tmpl @@ -1,8 +1,8 @@ [Desktop Entry] Name=Teams (XSight) Comment=Microsoft Teams — XSight account -Exec=flatpak run com.github.IsmaelMartinez.teams_for_linux --class=teams-xsight --user-data-dir={{ .chezmoi.homeDir }}/.var/app/com.github.IsmaelMartinez.teams_for_linux/config/profile-xsight --appTitle=Teams\ —\ XSight %U -Icon=com.github.IsmaelMartinez.teams_for_linux +Exec=flatpak run com.github.IsmaelMartinez.teams_for_linux --class=teams-xsight --user-data-dir={{ .chezmoi.homeDir }}/.var/app/com.github.IsmaelMartinez.teams_for_linux/config/profile-xsight --appIcon={{ .chezmoi.homeDir }}/.local/share/icons/hicolor/256x256/apps/teams-xsight.png "--appTitle=Teams — XSight" %U +Icon=teams-xsight Terminal=false Type=Application Categories=Network;InstantMessaging; -- cgit v1.3.1