rprouse / guppi

A command line utility to start my day with the info I need.
MIT License
3 stars 1 forks source link

Snow amount overlaps icon in daily weather #176

Open rprouse opened 7 months ago

rprouse commented 7 months ago

It could be font related, I am using JetBrainsMono Nerd Font and see,

image

Actual text is,

┌───────────────────────────┬──────────────────────────────┬─────────────────────────────┬─────────────────────────────┐
│ Wed. Mar. 13              │ Thu. Mar. 14                 │ Fri. Mar. 15                │ Sat. Mar. 16                │
├───────────────────────────┼──────────────────────────────┼─────────────────────────────┼─────────────────────────────┤
│    \  /       few clouds  │       .-.     moderate rain  │       .-.     moderate rain │       .-.     light rain    │
│  _ /"".-.     ↑16°C ↓9°C  │      (   ).   ↑9°C ↓5°C      │      (   ).   ↑6°C ↓4°C     │      (   ).   ↑8°C ↓2°C     │
│    \_(   ).   ↗ 6 km/h    │     (___(__)  ↙ 7 km/h       │     (___(__)  ↙ 6 km/h      │     (___(__)  ↗ 9 km/h      │
│    /(___(__)  💧0mm ❄0mm  │    ‚‘‚‘‚‘‚‘   💧14.99mm ❄0mm │    ‚‘‚‘‚‘‚‘   💧2.9mm ❄0mm  │    ‚‘‚‘‚‘‚‘   💧0.36mm ❄0mm │
│               1010mb  55% │    ‚’‚’‚’‚’   1017mb  66%    │    ‚’‚’‚’‚’   1012mb  93%   │    ‚’‚’‚’‚’   1006mb  62%   │
└───────────────────────────┴──────────────────────────────┴─────────────────────────────┴─────────────────────────────┘

I also tried Fira Code and Hack nerd fonts, neither works, so possibly a nerd font issue with that emoji or a Spectre.Console issue?