summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-07-13 23:01:47 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-07-13 23:01:47 +0200
commit173edcc5aeaa60b24ec877edc2abb6322b29721b (patch)
tree1e01efea8e95f7538331f23a767753f616198949
parent69bafd1043de6a8a4c8c490ed1a82fdf618402fc (diff)
downloadserenity-173edcc5aeaa60b24ec877edc2abb6322b29721b.zip
Piano: Add to Launcher with a new 32x32 icon. :^)
-rw-r--r--Base/home/anon/Launcher.ini4
-rw-r--r--Base/res/icons/32x32/app-piano.pngbin0 -> 176 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/Launcher.ini b/Base/home/anon/Launcher.ini
index 5c8dd3693e..444fcd13b7 100644
--- a/Base/home/anon/Launcher.ini
+++ b/Base/home/anon/Launcher.ini
@@ -40,3 +40,7 @@ Icon=/res/icons/32x32/app-process-manager.png
[PaintBrush]
Path=/bin/PaintBrush
Icon=/res/icons/32x32/app-paintbrush.png
+
+[Piano]
+Path=/bin/Piano
+Icon=/res/icons/32x32/app-piano.png
diff --git a/Base/res/icons/32x32/app-piano.png b/Base/res/icons/32x32/app-piano.png
new file mode 100644
index 0000000000..a56b2b4286
--- /dev/null
+++ b/Base/res/icons/32x32/app-piano.png
Binary files differ