diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 22:50:30 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 22:50:30 -0600 |
commit | f4135733d15691d2da278ce7c9a7795c070eb9a8 (patch) | |
tree | f4f698540c7678fa1a426bfb496ef05825f630ce /data/indicator-datetime-preferences.desktop.in | |
parent | 154354ac577a3b05f2b3acc70a0772683f855e08 (diff) | |
parent | 721aa2d317bf0fa15579e1775812e02dcf7043fb (diff) | |
download | ayatana-indicator-datetime-f4135733d15691d2da278ce7c9a7795c070eb9a8.tar.gz ayatana-indicator-datetime-f4135733d15691d2da278ce7c9a7795c070eb9a8.tar.bz2 ayatana-indicator-datetime-f4135733d15691d2da278ce7c9a7795c070eb9a8.zip |
Making it so the clock can be hidden entirely. Adding a desktop file to get to the preferences when it is hidden.
Diffstat (limited to 'data/indicator-datetime-preferences.desktop.in')
-rw-r--r-- | data/indicator-datetime-preferences.desktop.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/indicator-datetime-preferences.desktop.in b/data/indicator-datetime-preferences.desktop.in new file mode 100644 index 0000000..f37765b --- /dev/null +++ b/data/indicator-datetime-preferences.desktop.in @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 + +_Name=Time & Date +_Comment=Change your clock and date settings + +Icon=time-admin +TryExec=indicator-datetime-preferences +Exec=indicator-datetime-preferences + +StartupNotify=true + +Type=Application +Categories=GNOME;GTK;Utility;DesktopSettings;Settings; |