diff options
author | Max Christian Pohle | 2015-11-21 18:58:55 +0100 |
---|---|---|
committer | Max Christian Pohle | 2015-11-21 18:58:55 +0100 |
commit | 5bf6cd920935500e16f0753e55c0a3593f7bd768 (patch) | |
tree | 03d3e49e0e7b830bbf1ae56ad395469694013b32 /share | |
parent | f67650f7e1d3c48e6fd123ac4c8537220d6ab053 (diff) | |
download | qspacestatus-5bf6cd920935500e16f0753e55c0a3593f7bd768.tar.bz2 qspacestatus-5bf6cd920935500e16f0753e55c0a3593f7bd768.zip |
added xdg menu entry
Diffstat (limited to 'share')
-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 | ||