Only use font awesome for icons

This commit is contained in:
ItsDrike 2023-01-29 15:43:12 +01:00
parent 186d00cd66
commit aa6af14455
No known key found for this signature in database
GPG key ID: B014E761034AF742
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,3 @@
.window_name {
font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
}

View file

@ -27,12 +27,13 @@
@import "css/modules/battery"; @import "css/modules/battery";
@import "css/modules/workspaces"; @import "css/modules/workspaces";
@import "css/modules/gammarelay"; @import "css/modules/gammarelay";
@import "css/modules/window_name";
.bar { .bar {
background-color: $bg-a; background-color: $bg-a;
color: $fg; color: $fg;
font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif; font-family: "JetBrains Mono", sans-serif;
// margin-right: 10px; // margin-right: 10px;
label { label {
@ -53,6 +54,10 @@ tooltip {
} }
} }
.icon, .icon label {
font-family: "Font Awesome 6 Free";
}
.module { margin: 0 5px; } .module { margin: 0 5px; }
.separ { .separ {