chore: add applet key and do some cleanup

the applet key marks an application as possible to be used as an applet
This commit is contained in:
Ashley Wulber 2023-06-01 13:50:47 -04:00 committed by Ashley Wulber
parent 9ebd9b511a
commit 8119b29aca
13 changed files with 45 additions and 33 deletions

View file

@ -1,13 +1,14 @@
[Desktop Entry]
Name=Cosmic Dock App List
Comment=Write a GTK + Rust application
Comment=Applet for Cosmic Panel
Type=Application
Exec=cosmic-app-list
Terminal=false
Categories=GNOME;GTK;
Keywords=Gnome;GTK;
Categories=Cosmic;Iced;
Keywords=Cosmic;Iced;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=com.system76.CosmicAppList
StartupNotify=true
NoDisplay=true
X-HostWaylandDisplay=true
X-CosmicApplet=true
X-HostWaylandDisplay=true

View file

@ -5,7 +5,7 @@
<metadata_license>CC0</metadata_license>
<project_license>MPL</project_license>
<name>Cosmic Dock App List</name>
<summary>Write a GTK + Rust application</summary>
<summary>Applet for Cosmic Panel</summary>
<description>
<p>A boilerplate template for GTK + Rust. It uses Meson as a build system and has flatpak support by default.</p>
</description>