Closed as not planned
Description
Checklist
- I have read the appropriate section in the contributing guidelines
- I believe this issue is a problem with polybar itself and not a misconfiguration on my part
- I have searched for other open and closed issues that may have already reported this problem
- I have checked the known issues page for this problem.
- I have followed the debugging guide to narrow down the problem to a minimal config.
Steps to reproduce
- Have a binary/script print this
%{F#606060} %{F- }Haze
- Create a module and call it in bar
[module/weather]
type = custom/script
label = %output%
; label-background = #302A36
exec = fakeweather
interval = 960
This will fully print the emoji like here:
but if you uncomment the label-background
line and load this again, the emoji will not be fully rendered:
Minimal config
[module/weather]
type = custom/script
label = %output%
; label-background = #302A36
exec = fakeweather
interval = 960
Polybar log
No response
Expected behavior
Show full emoji as usual when background is colored
Actual behavior
Emoji is not fully shown when background is colored
Window Manager and Version
Plasma 5.27.8
Linux Distribution
6.5.4-arch2-1 Endeavour os
Polybar version
polybar 3.6.3
Features: +alsa +curl +i3 +mpd +network(libnl) +pulseaudio +xkeyboard
X extensions: +randr (+monitors) +composite +xkb +xrm +xcursor
Build type: Release
Compiler: /usr/bin/c++
Compiler flags: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/polybar/src=/usr/src/debug/polybar -flto=auto -O3 -DNDEBUG -Wall -Wextra -Wpedantic -Wsuggest-override
Linker flags: -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wall -Wextra -Wpedantic -Wsuggest-override -Wall -Wextra -Wpedantic -Wsuggest-override
Additional Context / Screenshots
No response