diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 2ce64bb..a686428 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,4 +1,7 @@ -## Changelogs +## CHANGELOGS + +## 23 Feb 2025 +- added Victor Mono Font for proper hyprlock font rendering for Dots v2.3.12 ## 22 Feb 2025 - replaced eog with loupe diff --git a/install-scripts/01-hypr-pkgs.sh b/install-scripts/01-hypr-pkgs.sh index 158784e..d1e0818 100755 --- a/install-scripts/01-hypr-pkgs.sh +++ b/install-scripts/01-hypr-pkgs.sh @@ -41,6 +41,7 @@ hypr_package=( swappy swaync swww + unzip # needed later wallust waybar wget diff --git a/install-scripts/fonts.sh b/install-scripts/fonts.sh index f5d883a..736ee53 100755 --- a/install-scripts/fonts.sh +++ b/install-scripts/fonts.sh @@ -13,7 +13,8 @@ fonts=( ttf-droid ttf-fira-code ttf-jetbrains-mono - ttf-jetbrains-mono-nerd + ttf-jetbrains-mono-nerd + ttf-victor-mono )