From 58e9a822c09a1a688e315b43c834cb155b5418c7 Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Mon, 9 Mar 2026 19:20:52 +0100 Subject: [PATCH] fix nerd glyphs in waybar --- .install_skripte/install_hypr_pcks.sh | 4 +++- hypr/.config/waybar/style.css | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.install_skripte/install_hypr_pcks.sh b/.install_skripte/install_hypr_pcks.sh index de130e9..3458c28 100755 --- a/.install_skripte/install_hypr_pcks.sh +++ b/.install_skripte/install_hypr_pcks.sh @@ -15,7 +15,9 @@ sudo pacman -S --needed \ nwg-drawer \ wl-clipboard \ swaync \ - hyprshot + hyprshot \ + ttf-jetbrains-mono-nerd \ + ttf-font-awesome yay -S --needed \ hyprshutdown \ diff --git a/hypr/.config/waybar/style.css b/hypr/.config/waybar/style.css index 0fbfdf5..791dca8 100755 --- a/hypr/.config/waybar/style.css +++ b/hypr/.config/waybar/style.css @@ -2,8 +2,13 @@ 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; }