summaryrefslogtreecommitdiffhomepage
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
parent253936580d5f0fff1ade695b1722a49928967100 (diff)
downloadmullvadvpn-8daeac54caec833675cf65b0fac551b78e5944dc.tar.xz
mullvadvpn-8daeac54caec833675cf65b0fac551b78e5944dc.zip
Add readme for menubar icons
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md8
-rw-r--r--gui/assets/images/menubar icons/README.md17
3 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06743eb420..7c410e9686 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,10 +25,12 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
### Added
- Add reconnect button to the desktop app
+- Add monochrome option for the tray icon on Windows and Linux.
### Changed
- Change project copyright and company name from Amagicom AB to Mullvad VPN AB
- Only reconnect when settings change if a relevant tunnel protocol is used.
+- Adjust padding of tray icon on Windows and Linux to better match other icons.
## [2020.1-beta1] - 2020-02-05
diff --git a/README.md b/README.md
index 0b5cee67af..281e05ad24 100644
--- a/README.md
+++ b/README.md
@@ -564,6 +564,14 @@ The GUI has a specific settings file that is configured for each user. The path
| Windows | `%LOCALAPPDATA%\Mullvad VPN\gui_settings.json` |
| Android | Present in Android's `logcat` |
+## Generating menubar icons
+How to modify and generate menubar icons are described
+[here](./gui/assets/images/menubar%20icons/README.md).
+
+## Locales and translations
+Instructions for how to handle locales and translations are found
+[here](./gui/locales/README.md).
+
## Audits, pentests and external security reviews
Mullvad has used external pentesting companies to carry out security audits of this VPN app. Read
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.
+