Tune the font on swaywm

This commit is contained in:
Natsu Kagami 2022-07-13 22:15:30 -04:00
parent c2846ce061
commit 322923829c
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 2 additions and 2 deletions

View file

@ -326,7 +326,7 @@ in
border: none;
border-radius: 0;
font-family: IBM Plex Mono,'Font Awesome 5', 'SFNS Display', Helvetica, Arial, sans-serif;
font-size: 13px;
font-size: ${toString cfg.fontSize}px;
min-height: 0;
}