Skip to content

Commit

Permalink
Change desktop icons
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Senichev <[email protected]>
  • Loading branch information
artemsen committed Aug 5, 2024
1 parent 9c33869 commit ac6a47a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Binary file added extra/icon_128.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 extra/icon_256.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 extra/icon_64.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 removed extra/swayimg.png
Binary file not shown.
7 changes: 6 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,12 @@ endif
# desktop file + icon
if get_option('desktop')
install_data('extra/swayimg.desktop', install_dir: get_option('datadir') / 'applications')
install_data('extra/swayimg.png', install_dir: get_option('datadir') / 'icons/hicolor/64x64/apps')
install_data('extra/icon_64.png', rename: 'swayimg.png',
install_dir: get_option('datadir') / 'icons/hicolor/64x64/apps')
install_data('extra/icon_128.png', rename: 'swayimg.png',
install_dir: get_option('datadir') / 'icons/hicolor/128x128/apps')
install_data('extra/icon_256.png', rename: 'swayimg.png',
install_dir: get_option('datadir') / 'icons/hicolor/256x256/apps')
endif

# zsh completion
Expand Down

0 comments on commit ac6a47a

Please sign in to comment.