Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird case where special character is not same size as the rest #8

Open
RaitaroH opened this issue Feb 1, 2019 · 1 comment
Open

Comments

@RaitaroH
Copy link

RaitaroH commented Feb 1, 2019

Apologies for the mistake there. 😅

Ok so this is interesting:

  • this works: printf ' ' && printf ' '
  • having printf/echo and a complicated pipe does not work anymore
printf "盛" && curl wttr.in -s | sed '13q;d' | grep -o "m\\(-\\)*[0-9]\\+" | sort -n -t 'm' -k 2n | sed -e 1b -e '$!d' | tr '\n|m' ' ' | awk '{print "",$1 "°C","",$2 "°C"}'

screenshot_20190131_210247
The mist icon is a separate applet. You can see the size of the sun is waaay smaller than it should be.

@RaitaroH
Copy link
Author

RaitaroH commented Feb 4, 2019

🤔 It might just be a problem in latte I think. Now that I try it again it even in latte doesn't happen anymore so I wonder what the issue was.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant