waybar: Use font-awesome for icons

This commit is contained in:
Donovan Glover 2023-05-13 16:29:38 -04:00
parent 1777b976e9
commit 27d70fc177
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 0 deletions

View File

@ -344,6 +344,7 @@
noto-fonts-emoji noto-fonts-emoji
maple-mono maple-mono
maple-mono-NF maple-mono-NF
font-awesome
]; ];
fonts.fontconfig = { fonts.fontconfig = {

View File

@ -581,6 +581,11 @@
border: 1px solid alpha(@base09, 0.93); border: 1px solid alpha(@base09, 0.93);
padding: 8px; padding: 8px;
} }
#backlight, #battery, #wireplumber {
font-family: "Font Awesome 6 Free Solid";
font-size: 24px;
}
''; '';
}; };
programs.zathura = { programs.zathura = {