summaryrefslogtreecommitdiff
path: root/totalrecall.desktop
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-19 16:37:04 +0300
committerPaul Buetow <paul@buetow.org>2025-07-19 16:37:04 +0300
commit77538381c28e4de8fa7d3f3731412c97699bb889 (patch)
tree6abc09587e3dcb279f86f9c63c848ebfbee7b926 /totalrecall.desktop
parent14357aee5c0db8665bea2da817d67f12d0499451 (diff)
feat: add app icon and change default output directory
- Add custom app icon with memory/brain theme - Icon now displays in GNOME app menu, window title bar, and process list - Change default output directory to ~/.local/state/totalrecall/ - Make output directory configurable via CLI flag, config file, or env var - Add desktop entry file for GNOME integration - Add install script for easy icon installation - Update README with icon display and default directory information - Bump version to 0.5.1 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'totalrecall.desktop')
-rw-r--r--totalrecall.desktop13
1 files changed, 13 insertions, 0 deletions
diff --git a/totalrecall.desktop b/totalrecall.desktop
new file mode 100644
index 0000000..41be16e
--- /dev/null
+++ b/totalrecall.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=TotalRecall
+GenericName=Bulgarian Flashcard Generator
+Comment=Generate Anki flashcard materials from Bulgarian words
+Exec=totalrecall --gui
+Icon=totalrecall
+Terminal=false
+Categories=Education;Languages;
+Keywords=bulgarian;flashcards;anki;language;learning;
+StartupNotify=true
+StartupWMClass=totalrecall \ No newline at end of file