You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/messageicons/ChangeLog
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,4 @@
11
11
0.10: Fix broken PNG icons
12
12
0.11: Add icons for Meshtastic, Gotify. Update icon for Home Assistant. Add icon for "Element Classic" after "Element" has been renamed. (Keeping "Element" as well for backwards compatibility.)
13
13
0.12: Add message icon for 'ntfy'
14
+
0.13: Add icons for 'shortcuts', 'roborock', 'adp', and 'duolingo'
Provides icons for phone apps that are utilized by `message gui` and any other message display app.
3
+
4
+
## Adding your own icons
5
+
- Clone the repo on your local machine, if you haven't done so already.
6
+
- Locate the image you want to use as an icon. Make sure it is 24x24px, and has a black foreground and transparent background (you can color the foreground one color only later on)
7
+
- Upload it to the `icons` folder in the `messageicons` folder.
8
+
- Add your app name and the corresponding image you added to the `icon_names.json` file
9
+
- Run the `generate.js` script. Be sure you have the `png-js` dependency needed. (you can install it by running `npm install png-js` in the terminal)
10
+
- Once finished generating, navigate to the `lib.js` file, and add the color for your foreground and the corresponding app.
0 commit comments