diff options
author | Arseniy Movshev <dodoradio@outlook.com> | 2022-11-12 22:39:58 +0000 |
---|---|---|
committer | Arseniy Movshev <dodoradio@outlook.com> | 2023-01-07 14:19:31 +0000 |
commit | 6487d45a6acfe9d0a10cb7982d65e426880fb40d (patch) | |
tree | 8ed29bcbb67c96cec26a4971bf5b2fba0b7485c5 | |
parent | cf634a3ed47e756d70f0228044ebd0be794886f9 (diff) |
Fixed desktop file and added custom colours
Diffstat (limited to '')
-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 |