From 780a62bc54059b45e649fb1760f5346c384cb6e6 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Wed, 3 Oct 2018 20:40:23 +0200 Subject: [PATCH] Add note about huge emojis --- Known-Issues.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Known-Issues.md b/Known-Issues.md index a62bfdf..e67adf3 100644 --- a/Known-Issues.md +++ b/Known-Issues.md @@ -1,6 +1,7 @@ This page lists some of the issues one can encounter when using polybar. Either quirks in polybar's behaviour or actual bugs we haven't been able to fix yet. # Contents +- [Huge Emojis](#huge-emojis) - [Click Commands are not Executed](#click-commands-are-not-executed) - [With multiple modules of the same type, actions on those modules always control the leftmost module](#with-multiple-modules-of-the-same-type-actions-on-those-modules-control-the-leftmost-module) - [Error While Loading Shared Libraries: libjsoncpp](#error-while-loading-shared-libraries-libjsoncpp) @@ -9,6 +10,13 @@ This page lists some of the issues one can encounter when using polybar. Either - [KeyError: 'eventstruct'](#keyerror-eventstruct) - [Version Mismatch between `xcb-proto` and `libxcb-randr0-dev` on Ubuntu 17.04](#version-mismatch-between-xcb-proto-and-libxcb-randr0-dev-on-ubuntu-1704) +## Huge Emojis +**Problem:** When using the Noto Emoji font, Emojis appear extremely big on the bar. Setting the `size` property doesn't help. + +**Fix:** Add the `scale` property to the font definition in your config. For example `font-7 = NotoEmoji:scale=10`. The larger the number the smaller the Emojis. + +This issue was discovered in [`#905`](https://github.com/jaagr/polybar/issues/905). + ## Click Commands are not Executed **Problem:** Some `click-*` commands are not executed when the bar is clicked. This is a bug that is triggered by the `click-*` command producing output on `stdout` or `stderr`.