fix nerd glyphs in waybar

This commit is contained in:
2026-03-09 19:20:52 +01:00
parent b681717d95
commit 58e9a822c0
2 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ sudo pacman -S --needed \
nwg-drawer \ nwg-drawer \
wl-clipboard \ wl-clipboard \
swaync \ swaync \
hyprshot hyprshot \
ttf-jetbrains-mono-nerd \
ttf-font-awesome
yay -S --needed \ yay -S --needed \
hyprshutdown \ hyprshutdown \
+6 -1
View File
@@ -2,8 +2,13 @@
Calm Glass (Hyprland / Waybar) — GTK CSS safe Calm Glass (Hyprland / Waybar) — GTK CSS safe
-------------------------------------------------- */ -------------------------------------------------- */
# * {
# font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
# font-size: 13px;
# }
* { * {
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-family: "JetBrainsMono Nerd Font", FontAwesome, sans-serif;
font-size: 13px; font-size: 13px;
} }