diff --git a/ROOT/etc/qtgreet/config.ini b/ROOT/etc/qtgreet/config.ini index e2e501b..e0bbc91 100644 --- a/ROOT/etc/qtgreet/config.ini +++ b/ROOT/etc/qtgreet/config.ini @@ -8,7 +8,7 @@ IconTheme = breeze Background = /usr/share/qtgreet/backgrounds/Water.svg BaseColor = Theme TextColor = Theme -FontFamily = Cozette +FontFamily = Noto Sans [videobg] File = diff --git a/foot/foot.ini b/foot/foot.ini index 8a5023c..21960e2 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -1,5 +1,5 @@ include=~/.config/foot/foot-theme.ini -font=Akkurat\-Mono:size=12,JetBrainsMono Nerd Font:size=12 +font=monospace:size=12,JetBrainsMono Nerd Font:size=12 dpi-aware=yes [scrollback] lines=10000 diff --git a/manjaro.sh b/manjaro.sh index 88a2ac3..63d8849 100755 --- a/manjaro.sh +++ b/manjaro.sh @@ -90,6 +90,7 @@ yay -S calcurse python-httplib2 \ discord \ discordo-git \ firefox \ + font-manager \ i3status \ mutt \ ncspot \ diff --git a/sway/config b/sway/config index 6361564..42dc6cb 100644 --- a/sway/config +++ b/sway/config @@ -3,7 +3,7 @@ include /etc/sway/config.d/50-systemd-user.conf # THEME set $background /usr/share/backgrounds/wallpapers-juhraya/Austria_by_Rutger_Heijmerikx.jpg -set $gui-font Cozette 10 +set $gui-font Noto Sans 10 set $term-font Akkurat Mono # light # set $cursor-theme xcursor-breeze-snow diff --git a/waybar/style.css b/waybar/style.css index b5b97aa..0f3a7db 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,6 +1,6 @@ * { border: 0; - font-family: Cozette; + font-family: Noto Sans; font-size: 14px; min-height: 0; }