From e9d5c620a42230e6bd38c59a34b52eb254b35b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 29 Sep 2019 20:52:04 +0200 Subject: [PATCH] desktop: add Desktop Entry file --- meson.build | 2 ++ yambar.desktop | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 yambar.desktop diff --git a/meson.build b/meson.build index ee31cef..acdc381 100644 --- a/meson.build +++ b/meson.build @@ -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( diff --git a/yambar.desktop b/yambar.desktop new file mode 100644 index 0000000..509bc12 --- /dev/null +++ b/yambar.desktop @@ -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