mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Only use font awesome for icons
This commit is contained in:
parent
186d00cd66
commit
aa6af14455
3
home/.config/eww/css/modules/_window_name.scss
Normal file
3
home/.config/eww/css/modules/_window_name.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
.window_name {
|
||||
font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
|
||||
}
|
|
@ -27,12 +27,13 @@
|
|||
@import "css/modules/battery";
|
||||
@import "css/modules/workspaces";
|
||||
@import "css/modules/gammarelay";
|
||||
@import "css/modules/window_name";
|
||||
|
||||
.bar {
|
||||
background-color: $bg-a;
|
||||
color: $fg;
|
||||
|
||||
font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
|
||||
font-family: "JetBrains Mono", sans-serif;
|
||||
// margin-right: 10px;
|
||||
|
||||
label {
|
||||
|
@ -53,6 +54,10 @@ tooltip {
|
|||
}
|
||||
}
|
||||
|
||||
.icon, .icon label {
|
||||
font-family: "Font Awesome 6 Free";
|
||||
}
|
||||
|
||||
.module { margin: 0 5px; }
|
||||
|
||||
.separ {
|
||||
|
|
Loading…
Reference in a new issue