summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/assets/images/menubar icons/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/gui/assets/images/menubar icons/README.md b/gui/assets/images/menubar icons/README.md
new file mode 100644
index 0000000000..818d0b6029
--- /dev/null
+++ b/gui/assets/images/menubar icons/README.md
@@ -0,0 +1,17 @@
+This directory contains the images for the menubar/traybar. The content consists of:
+ * SVG files for the colored version of each frame
+ * png/ico files which are created from the svg files. These should not be edited or replaced
+ manually.
+
+## Build script
+The png/ico files are generated using the script `gui/scripts/build-menubar-icons.sh` which can be
+run from the `gui`-directory using
+```sh
+./scripts/build-menubar-icons.sh
+```
+
+The script crates all menubar images for all platforms including the monochrome ones.
+
+### Dependencies
+Imagemagick is required for the script to run.
+