diff options
Diffstat (limited to 'share/xdg')
-rw-r--r-- | share/xdg/qspacestatus.desktop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/xdg/qspacestatus.desktop b/share/xdg/qspacestatus.desktop new file mode 100644 index 0000000..243a08a --- /dev/null +++ b/share/xdg/qspacestatus.desktop | |||
@@ -0,0 +1,14 @@ | |||
1 | #!/usr/bin/env xdg-open | ||
2 | |||
3 | [Desktop Entry] | ||
4 | Version=1.0 | ||
5 | Encoding=UTF-8 | ||
6 | Name=QSpaceStatus | ||
7 | Type=Application | ||
8 | Exec=qspacestatus | ||
9 | Terminal=false | ||
10 | Icon=None | ||
11 | Comment=show the SpaceAPI status in the notification area | ||
12 | Categories=Utility; | ||
13 | Hidden=false | ||
14 | X-GNOME-Autostart-enabled=true | ||