diff options
author | Florent Revest <revestflo@gmail.com> | 2015-12-20 17:50:25 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2015-12-20 23:49:55 +0100 |
commit | cdcf5e8496b51091f9d71a6a52a588a97686c49d (patch) | |
tree | 85cca7aaaa2091798739bb55335edf058f5be4b4 /asteroid-stopwatch.desktop | |
parent | b3f803532a7c346d03ab72d7a1e0750e69659d21 (diff) |
Removes the colorful settings and sanitize a little bit the code
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | asteroid-stopwatch.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asteroid-stopwatch.desktop b/asteroid-stopwatch.desktop index 31845a3..4f80516 100755..100644 --- a/asteroid-stopwatch.desktop +++ b/asteroid-stopwatch.desktop @@ -2,6 +2,6 @@ Type=Application Name=Stopwatch Categories=Applications; -Exec=env QT_QUICK_CONTROLS_STYLE=Nemo /usr/bin/asteroid-stopwatch -Icon=icon-app-texteditor +Exec=env QT_QUICK_CONTROLS_STYLE=Asteroid /usr/bin/asteroid-stopwatch +Icon=clock X-Desktop-File-Install-Version=0.20 |