Skip to content

Commit

Permalink
feat: Add a description to desktop files (#264)
Browse files Browse the repository at this point in the history
Add a comment entry to the `arch-update.service` & `arch-update-tray.service` to serves as a short description in applications menus.
  • Loading branch information
Antiz96 authored Oct 2, 2024
1 parent da1db14 commit 0f23547
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion res/desktop/arch-update-tray.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Desktop Entry]
Type=Application
Name=Arch-Update Systray Applet
Comment[fr]=Applet systray pour Arch-Update
Comment=Systray applet for Arch-Update
Icon=arch-update_updates-available-light
Type=Application
Exec=arch-update --tray
Categories=Utility
6 changes: 4 additions & 2 deletions res/desktop/arch-update.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[Desktop Entry]
Type=Application
Terminal=true
Name=Arch-Update
Comment[fr]=Un notificateur & applicateur de mises à jour pour Arch Linux
Comment=An update notifier & applier for Arch Linux
Icon=arch-update-light
Type=Application
Terminal=true
Exec=arch-update
Categories=Utility

0 comments on commit 0f23547

Please sign in to comment.