From 0fb1b47f2be1e6911b166a0ac050515eba0e1b6d Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:42:24 +0000 Subject: updated copy.sh for =<1080p resolutions --- copy.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 609d09d7..ad8bec95 100755 --- a/copy.sh +++ b/copy.sh @@ -293,6 +293,10 @@ if [ "$resolution" == "≤ 1080p" ]; then sed -i 's/font_size 16.0/font_size 12.0/' config/kitty/kitty.conf sed -i 's/font_size 16.0/font_size 12.0/' config/wallust/templates/colors-kitty.conf + # hyprlock matters + mv config/hypr/hyprlock.conf config/hypr/hyprlock-2k.conf + mv config/hypr/hyprlock-1080p.conf config/hypr/hyprlock.conf + elif [ "$resolution" == "≥ 1440p" ]; then cp -r config/rofi/resolution/1440p/* config/rofi/ fi -- cgit v1.2.3