dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit cd8b581f078b4a5b02560fb02ffa42ad2009c4a5
parent c3a55e7514da3aeaf3e0a28b0e9774f034fb0f52
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Sun, 10 Jul 2022 13:56:34 +0200

Fix fonts on polybar

Diffstat:
Mpolybar/.config/polybar/config | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config @@ -36,7 +36,7 @@ height = 20 ;offset-y = 1% radius = 0.0 fixed-center = false -bottom = true +bottom = false background = ${colors.background} foreground = ${colors.foreground} @@ -53,8 +53,9 @@ padding-right = 2 module-margin-left = 1 module-margin-right = 2 -font-0 = "Noto Mono:pixelsize=9;1" -font-1 = "Siji:pixelsize=10;1" +font-0 = "Noto Sans Mono:pixelsize=9;1" +font-1 = "Noto Sans Mono CJK JP:pixelsize=9;1" +font-2 = "Siji:pixelsize=10;1" modules-left = i3 modules-center = cmus