10 lines
229 B
Desktop File
10 lines
229 B
Desktop File
|
|
#!/usr/bin/env xdg-open
|
||
|
|
[Desktop Entry]
|
||
|
|
Type=Application
|
||
|
|
Name=Event Tracker
|
||
|
|
Comment=Log an event and see hourly/daily averages
|
||
|
|
Exec=__EXEC_PATH__
|
||
|
|
Icon=__ICON_PATH__
|
||
|
|
StartupWMClass=event-tracker
|
||
|
|
Terminal=false
|
||
|
|
Categories=Utility;
|