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

@ -32,7 +32,7 @@
linux.graphical.type = "wayland";
linux.graphical.wallpaper = ./images/wallpaper_1.png;
programs.my-sway.enable = true;
programs.my-sway.fontSize = 13.0;
programs.my-sway.fontSize = 15.0;
programs.my-sway.enableLaptopBars = false;
# Keyboard options
wayland.windowManager.sway.config.input."type:keyboard".xkb_layout = "jp";

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;
}