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; }