forked from external/yambar
desktop: add Desktop Entry file
This commit is contained in:
parent
e5fb7f32b4
commit
e9d5c620a4
2 changed files with 12 additions and 0 deletions
|
@ -109,6 +109,8 @@ yambar = executable(
|
|||
install: true,
|
||||
install_rpath: '$ORIGIN/../' + get_option('libdir') + '/yambar')
|
||||
|
||||
install_data('yambar.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||
|
||||
subdir('test')
|
||||
|
||||
install_headers(
|
||||
|
|
10
yambar.desktop
Normal file
10
yambar.desktop
Normal 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
|
Loading…
Add table
Reference in a new issue