diff --git a/ARTISTS b/ARTISTS
new file mode 100644
index 00000000..e1bcafc1
--- /dev/null
+++ b/ARTISTS
@@ -0,0 +1 @@
+Tobias Bernard
\ No newline at end of file
diff --git a/data/dev.alextren.Spot.Source.svg b/data/dev.alextren.Spot.Source.svg
new file mode 100644
index 00000000..2ac66012
--- /dev/null
+++ b/data/dev.alextren.Spot.Source.svg
@@ -0,0 +1,1033 @@
+
+
diff --git a/data/hicolor/128x128/apps/dev.alextren.Spot.png b/data/hicolor/128x128/apps/dev.alextren.Spot.png
deleted file mode 100644
index 54c9f237..00000000
Binary files a/data/hicolor/128x128/apps/dev.alextren.Spot.png and /dev/null differ
diff --git a/data/hicolor/64x64/apps/dev.alextren.Spot.png b/data/hicolor/64x64/apps/dev.alextren.Spot.png
deleted file mode 100644
index 54c9f237..00000000
Binary files a/data/hicolor/64x64/apps/dev.alextren.Spot.png and /dev/null differ
diff --git a/data/hicolor/scalable/apps/dev.alextren.Spot.svg b/data/hicolor/scalable/apps/dev.alextren.Spot.svg
index 8d382040..71f857d9 100644
--- a/data/hicolor/scalable/apps/dev.alextren.Spot.svg
+++ b/data/hicolor/scalable/apps/dev.alextren.Spot.svg
@@ -1,236 +1,89 @@
-
-
diff --git a/data/hicolor/symbolic/apps/dev.alextren.Spot-symbolic.svg b/data/hicolor/symbolic/apps/dev.alextren.Spot-symbolic.svg
new file mode 100644
index 00000000..b4029bc0
--- /dev/null
+++ b/data/hicolor/symbolic/apps/dev.alextren.Spot-symbolic.svg
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/meson.build b/src/meson.build
index 755d8708..61339caf 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -25,6 +25,11 @@ authors = run_command(
).stdout().strip()
conf.set('AUTHORS', authors)
+artists = run_command(
+ 'cat', meson.source_root() / 'ARTISTS',
+).stdout().strip()
+conf.set('ARTISTS', artists)
+
if get_option('buildtype') == 'debug'
conf.set_quoted('APPID', 'dev.alextren.Spot.Devel')
conf.set('VERSION', meson.project_version() + '-dev')
diff --git a/src/window.ui.in b/src/window.ui.in
index a0f0e4d0..aea463e2 100644
--- a/src/window.ui.in
+++ b/src/window.ui.in
@@ -155,6 +155,7 @@
@VERSION@
https://github.com/xou816/spot
@AUTHORS@
+ @ARTISTS@
@TRANSLATORS@
dev.alextren.Spot
mit-x11