desktop: add Desktop Entry file

This commit is contained in:
Daniel Eklöf 2019-09-29 20:52:04 +02:00
parent e5fb7f32b4
commit e9d5c620a4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 0 deletions

View file

@ -109,6 +109,8 @@ yambar = executable(
install: true, install: true,
install_rpath: '$ORIGIN/../' + get_option('libdir') + '/yambar') install_rpath: '$ORIGIN/../' + get_option('libdir') + '/yambar')
install_data('yambar.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
subdir('test') subdir('test')
install_headers( install_headers(

10
yambar.desktop Normal file
View file

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Exec=yambar
Icon=panel
Terminal=false
Categories=System;Monitor;Core
Name=Yambar
GenericName=Panel
Comment=Configurable statusbar to show time, battery capacity and much more