Skip to content

Commit

Permalink
core: add desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Oct 13, 2024
1 parent 05e31b6 commit a0d09b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ install(TARGETS hyprsysteminfo
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)

install(FILES assets/install/hyprsysteminfo.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
8 changes: 8 additions & 0 deletions assets/install/hyprsysteminfo.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Version=1.0
Name=System Info
GenericName=System Information Application
Comment=A system information app from the Hyprland project
Exec=hyprsysteminfo
Terminal=false
Type=Application

0 comments on commit a0d09b1

Please sign in to comment.