diff options
author | Arseniy Movshev <dodoradio@outlook.com> | 2022-10-22 13:31:50 +0100 |
---|---|---|
committer | Arseniy Movshev <dodoradio@outlook.com> | 2023-01-07 14:19:27 +0000 |
commit | 95c72f71f9382e3bf2918892edc1e7137391554d (patch) | |
tree | 4eb93e137d72c7c8bb5604d8a66b6315ab0f87a9 /asteroid-map.desktop.template | |
parent | b2f45991df2498a050352f3c6dd8c956bde535ee (diff) |
Fork from asteroid-stopwatch and initialise repo
copied over the asteroidos boilerplate from asteroid-stopwatch and
removed everything else
started work on getting a UI to show up
Diffstat (limited to '')
-rw-r--r-- | asteroid-map.desktop.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asteroid-map.desktop.template b/asteroid-map.desktop.template new file mode 100644 index 0000000..521786d --- /dev/null +++ b/asteroid-map.desktop.template @@ -0,0 +1,7 @@ +[Desktop Entry] +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 |