diff options
-rw-r--r-- | asteroid-map.desktop.template | 4 | ||||
-rw-r--r-- | asteroid-stopwatch.desktop.template | 7 |
2 files changed, 2 insertions, 9 deletions
diff --git a/asteroid-map.desktop.template b/asteroid-map.desktop.template index 521786d..7c4bbbf 100644 --- a/asteroid-map.desktop.template +++ b/asteroid-map.desktop.template @@ -3,5 +3,5 @@ Type=Application Categories=Applications; Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-map Icon=ios-map-outline -X-Asteroid-Center-Color=#9800A6 -X-Asteroid-Outer-Color=#0C0009 +X-Asteroid-Center-Color=#003ee9 +X-Asteroid-Outer-Color=#00bc1b diff --git a/asteroid-stopwatch.desktop.template b/asteroid-stopwatch.desktop.template deleted file mode 100644 index 78eafee..0000000 --- a/asteroid-stopwatch.desktop.template +++ /dev/null @@ -1,7 +0,0 @@ -[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=#9800A6 -X-Asteroid-Outer-Color=#0C0009 |