aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMax Christian Pohle2015-11-21 18:58:55 +0100
committerMax Christian Pohle2015-11-21 18:58:55 +0100
commit5bf6cd920935500e16f0753e55c0a3593f7bd768 (patch)
tree03d3e49e0e7b830bbf1ae56ad395469694013b32 /share
parentf67650f7e1d3c48e6fd123ac4c8537220d6ab053 (diff)
downloadqspacestatus-5bf6cd920935500e16f0753e55c0a3593f7bd768.tar.bz2
qspacestatus-5bf6cd920935500e16f0753e55c0a3593f7bd768.zip
added xdg menu entry
Diffstat (limited to 'share')
-rw-r--r--share/xdg/qspacestatus.desktop14
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]
4Version=1.0
5Encoding=UTF-8
6Name=QSpaceStatus
7Type=Application
8Exec=qspacestatus
9Terminal=false
10Icon=None
11Comment=show the SpaceAPI status in the notification area
12Categories=Utility;
13Hidden=false
14X-GNOME-Autostart-enabled=true
..