From 84972f544fbbd50e4096d301297a0d3758fc3843 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 28 Jun 2020 03:01:33 +0200 Subject: [PATCH] (docs): fixed small errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01b71ef..0a52609 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ Currently, you need some tweaks for some terminals, to get the best possible vis ### URXVT -Depending on your configuration you might be taking all steps, or only a few. URXVT currenly doesn't support emoji related fonts, but we can get almost the same effect using *Font-Symbola*. So add to your `.Xresources` file the following line: +Depending on your configuration you might be taking all steps, or only a few. URXVT currently doesn't support emoji related fonts, but we can get almost the same effect using *Font-Symbola*. So add to your `.Xresources` file the following line: ``` xft:symbola:size=10:minspace=False ``` @@ -390,7 +390,7 @@ To get the moon phase information in the online mode, use `%m`: Keep in mid that the Unicode representation of moonphases suffers 2 caveats: - With some fonts, the representation `🌘` is ambiguous, for it either seem - almost-shadowed or almost-lit, depedending on whether your terminal is in + almost-shadowed or almost-lit, depending on whether your terminal is in light mode or dark mode. Relying on colored fonts like `noto-fonts` works around this problem.