Skip to content

Commit

Permalink
Added simple application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 5, 2016
1 parent 941cc1b commit bd08ffd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ add_executable(${PROJECT_NAME} ${VALA_C} ${GLIB_RESOURCES})
# Installation
install (TARGETS ${PROJECT_NAME} DESTINATION bin)
install (PROGRAMS peek.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})

add_subdirectory(assets)
Binary file added assets/16x16/peek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/24x24/peek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/256x256/peek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/32x32/peek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/48x48/peek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/512x512/peek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
install(FILES "16x16/peek.png" DESTINATION share/icons/hicolor/16x16/apps)
install(FILES "24x24/peek.png" DESTINATION share/icons/hicolor/24x24/apps)
install(FILES "32x32/peek.png" DESTINATION share/icons/hicolor/32x32/apps)
install(FILES "48x48/peek.png" DESTINATION share/icons/hicolor/48x48/apps)
install(FILES "256x256/peek.png" DESTINATION share/icons/hicolor/256x256/apps)
install(FILES "512x512/peek.png" DESTINATION share/icons/hicolor/512x512/apps)
2 changes: 1 addition & 1 deletion peek.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=Peek
Exec=peek
Comment=An animated GIF recorder
Icon=applets-screenshooter
Icon=peek
Type=Application
Categories=GTK;GNOME;Utility;
StartupNotify=true
Expand Down

0 comments on commit bd08ffd

Please sign in to comment.