Add note about huge emojis

Patrick Ziegler 2018-10-03 20:40:23 +02:00
parent cebd08164c
commit 780a62bc54
1 changed files with 8 additions and 0 deletions

@ -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. 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 # Contents
- [Huge Emojis](#huge-emojis)
- [Click Commands are not Executed](#click-commands-are-not-executed) - [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) - [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) - [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) - [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) - [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 ## 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`. **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`.