mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-30 06:29:03 +02: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");
|
@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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user