mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
waybar: Explicitly declare font awesome usage
This fixes an issue where the icons wouldn't show under certain environments.
This commit is contained in:
parent
fb09146218
commit
ede4409aaf
@ -1,7 +1,7 @@
|
||||
@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 {
|
||||
|
Loading…
Reference in New Issue
Block a user