hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 5a50aba620306c55c8f12c934229b461f15648e8
parent 0b1974eb4c4eb3ee8af118c9076360813381d3b4
Author: awy <awy@awy.one>
Date:   Wed, 26 Mar 2025 01:24:05 +0300

liberation font

Diffstat:
M.config/fontconfig/fonts.conf | 8++++----
M.config/waybar/style.css | 6+++++-
Mdependencies.txt | 5++---
3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf @@ -4,7 +4,7 @@ <alias> <family>serif</family> <prefer> - <family>SourceSerif</family> + <family>Liberation Serif</family> <family>Apple Color Emoji</family> <family>FontAwesome</family> <family>SymbolsNerdFont</family> @@ -13,7 +13,7 @@ <alias> <family>sans-serif</family> <prefer> - <family>SourceSans</family> + <family>Liberation Sans</family> <family>Apple Color Emoji</family> <family>FontAwesome</family> <family>SymbolsNerdFont</family> @@ -22,7 +22,7 @@ <alias> <family>sans</family> <prefer> - <family>SourceSans</family> + <family>Liberation Sans</family> <family>Apple Color Emoji</family> <family>FontAwesome</family> <family>SymbolsNerdFont</family> @@ -31,7 +31,7 @@ <alias> <family>monospace</family> <prefer> - <family>SauceCodePro Nerd Font Propo</family> + <family>LiterationMono Nerd Font Propo</family> <family>FontAwesome</family> <family>SymbolsNerdFont</family> <family>Apple Color Emoji</family> diff --git a/.config/waybar/style.css b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: SauceCodePro Nerd Font Propo; + font-family: LiterationMono Nerd Font Propo; font-size: 14px; } @@ -31,6 +31,10 @@ tooltip { min-width: 120px; } +#custom-internet { + margin-right: 10px; +} + #tray { margin-right: 15px; } diff --git a/dependencies.txt b/dependencies.txt @@ -14,9 +14,8 @@ pipewire-pulse wireplumber # fonts -ttf-sourcecodepro-nerd -adobe-source-sans-fonts -adobe-source-serif-fonts +ttf-liberation-mono-nerd +ttf-liberation ttf-nerd-fonts-symbols ttf-font-awesome fontconfig