waybar: switch font

This commit is contained in:
notohh 2023-06-06 00:08:00 -04:00
parent 123546ecfd
commit 919d2af886
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ in {
icon = false;
};
"hyprland/window" = {
format = " {}";
format = "{}";
seperate-outputs = true;
max-length = 35;
};

View file

@ -34,7 +34,7 @@ $crust: #11111b;
* {
all: unset;
font-family: FontAwesome, JetBrainsMono Nerd Font;
font-family: FontAwesome, jost;
font-size: 13px;
font-weight: bold;
color: $text;