Skip to content

Commit

Permalink
fix: Fix icons name in desktop files (#263)
Browse files Browse the repository at this point in the history
Fix icons name in the `arch-update.desktop` and `arch-update-tray.desktop` files to get the icons back in application menus.

Fixes #261
  • Loading branch information
Antiz96 authored Oct 2, 2024
1 parent 6500a96 commit da1db14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/desktop/arch-update-tray.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Name=Arch-Update Systray Applet
Icon=arch-update_updates-available
Icon=arch-update_updates-available-light
Exec=arch-update --tray
Categories=Utility
4 changes: 2 additions & 2 deletions res/desktop/arch-update.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Type=Application
Terminal=true
Name=Arch-Update
Icon=arch-update
Icon=arch-update-light
Exec=arch-update
Categories=Utility
Categories=Utility

0 comments on commit da1db14

Please sign in to comment.