waybar: Explicitly declare font awesome usage

This fixes an issue where the icons wouldn't show under certain
environments.
This commit is contained in:
Donovan Glover 2022-03-08 09:01:28 -05:00
parent fb09146218
commit ede4409aaf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,7 +1,7 @@
@import url("../../.cache/wal/colors-waybar.css"); @import url("../../.cache/wal/colors-waybar.css");
* { * {
font-family: "Noto Sans CJK JP"; font-family: "Noto Sans CJK JP, Font Awesome 6 Free";
} }
window#waybar { window#waybar {