diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-08-11 21:05:00 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-08-11 21:07:47 +0200 |
commit | 57c92f943bd817f4a744bdabbc059a4dc4e54bb4 (patch) | |
tree | fce239b09bbafabdd4a01f3332f2f43f4f9a87da /Base/home | |
parent | fdd9aa959bf4d28a454ac37c3123eac5e7ccdcd2 (diff) | |
download | serenity-57c92f943bd817f4a744bdabbc059a4dc4e54bb4.zip |
Base: Draw some new icons for various apps, tweak others
The following apps get new icons:
- IRCClient
- ProcessManager
- Snake
- Terminal
- TextEditor
...and the PaintBrush icon has its saturation increased a bit.
Also remove FontEditor from the Launcher default settings since it
doesn't really belong in the set of commonly used apps.
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/Launcher.ini | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Base/home/anon/Launcher.ini b/Base/home/anon/Launcher.ini index 5ba02ee44a..dba5a9a6a8 100644 --- a/Base/home/anon/Launcher.ini +++ b/Base/home/anon/Launcher.ini @@ -3,15 +3,11 @@ Vertical=1 [Terminal] Path=/bin/Terminal -Icon=/res/icons/Terminal.png - -[FontEditor] -Path=/bin/FontEditor -Icon=/res/icons/FontEditor.png +Icon=/res/icons/32x32/app-terminal.png [TextEditor] Path=/bin/TextEditor -Icon=/res/icons/TextEditor.png +Icon=/res/icons/32x32/app-texteditor.png [VisualBuilder] Path=/bin/VisualBuilder |