Change font to Iosevka
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
window#waybar {
|
window#waybar {
|
||||||
background: @background;
|
background: @background;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
font-family: "Fira Code", "Font Awesome 5 Free Solid";
|
font-family: "Font Awesome 5 Free Solid", Iosevka, "Fira Code";
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
@@ -20,6 +20,7 @@ window#waybar {
|
|||||||
#workspaces button {
|
#workspaces button {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
|
|||||||
Reference in New Issue
Block a user