git-sync: brand tray icons for claude/codex history services
Use the desktop apps' hicolor theme icons (claude-desktop, codex-desktop) for the git-sync-rs tray indicators instead of the generic git fallback. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
repoIcons = {
|
||||
org = "${pkgs.papirus-icon-theme}/share/icons/Papirus/64x64/mimetypes/text-org.svg";
|
||||
password-store = "password";
|
||||
# Brand logos from the desktop apps' hicolor theme icons (resolved by
|
||||
# freedesktop name, like "password" above).
|
||||
claude-history = "claude-desktop";
|
||||
codex-history = "codex-desktop";
|
||||
};
|
||||
in {
|
||||
home-manager.users.imalison = {config, ...}: {
|
||||
|
||||
Reference in New Issue
Block a user