diff options
Diffstat (limited to '')
-rw-r--r-- | asteroid-stopwatch.desktop | 19 | ||||
-rw-r--r-- | asteroid-stopwatch.desktop.template | 7 |
2 files changed, 7 insertions, 19 deletions
diff --git a/asteroid-stopwatch.desktop b/asteroid-stopwatch.desktop deleted file mode 100644 index f6f0edf..0000000 --- a/asteroid-stopwatch.desktop +++ /dev/null @@ -1,19 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Stopwatch -Name[de_DE]=Stoppuhr -Name[es]=Cronometro -Name[fa]=کرونومتر -Name[fr]=Chronomètre -Name[ko]=초시계 -Name[nl_NL]=Stopwatch -Name[pl]=Stoper -Name[pt_BR]=Cronômetro -Name[ru]=секундомер -Name[sv]=Tidtagarur -Name[uk]=Секундомір -Categories=Applications; -Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-stopwatch -Icon=ios-stopwatch-outline -X-Asteroid-Center-Color=#b01c7e -X-Asteroid-Outer-Color=#420a2f diff --git a/asteroid-stopwatch.desktop.template b/asteroid-stopwatch.desktop.template new file mode 100644 index 0000000..8c2ba37 --- /dev/null +++ b/asteroid-stopwatch.desktop.template @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Categories=Applications; +Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-stopwatch +Icon=ios-stopwatch-outline +X-Asteroid-Center-Color=#b01c7e +X-Asteroid-Outer-Color=#420a2f |