waybar: switch font
This commit is contained in:
parent
123546ecfd
commit
919d2af886
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ in {
|
|||
icon = false;
|
||||
};
|
||||
"hyprland/window" = {
|
||||
format = " {}";
|
||||
format = "{}";
|
||||
seperate-outputs = true;
|
||||
max-length = 35;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue