diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-06-29 22:31:29 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-29 22:32:34 +0200 |
commit | 806b91b444f4072a8c1fe2a465899a91a17736b9 (patch) | |
tree | aaf0b96ea17da2bcc62460a9035d559538d3e21d /Base/home | |
parent | 1d39310d0139426aba46efe41fab643aae87ca9c (diff) | |
download | serenity-806b91b444f4072a8c1fe2a465899a91a17736b9.zip |
PaintBrush: Add a simple app icon.
I ended up drawing four crayons for the app icon. This is not a great fit
for the app name. But uh, we'll figure this out somehow. :^)
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/Launcher.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/Launcher.ini b/Base/home/anon/Launcher.ini index 667630932f..5cd033b09d 100644 --- a/Base/home/anon/Launcher.ini +++ b/Base/home/anon/Launcher.ini @@ -33,3 +33,7 @@ Icon=/res/icons/32x32/app-snake.png [ProcessManager] Path=/bin/ProcessManager Icon=/res/icons/32x32/msgbox-warning.png + +[PaintBrush] +Path=/bin/PaintBrush +Icon=/res/icons/32x32/app-paintbrush.png |