summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-02-05 15:39:37 +0100
committerOskar Nyberg <oskar@mullvad.net>2020-02-06 16:58:45 +0100
commit8daeac54caec833675cf65b0fac551b78e5944dc (patch)
treeedf2a7ade62568166f14cd07ef850a5d792a1f5d /gui
parent253936580d5f0fff1ade695b1722a49928967100 (diff)
downloadmullvadvpn-8daeac54caec833675cf65b0fac551b78e5944dc.tar.xz
mullvadvpn-8daeac54caec833675cf65b0fac551b78e5944dc.zip
Add readme for menubar icons
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.
+