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;
|
icon = false;
|
||||||
};
|
};
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
format = " {}";
|
format = "{}";
|
||||||
seperate-outputs = true;
|
seperate-outputs = true;
|
||||||
max-length = 35;
|
max-length = 35;
|
||||||
};
|
};
|
||||||
|
|
|
@ -34,7 +34,7 @@ $crust: #11111b;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
font-family: FontAwesome, JetBrainsMono Nerd Font;
|
font-family: FontAwesome, jost;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $text;
|
color: $text;
|
||||||
|
|
Loading…
Reference in a new issue