aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-08-10 12:42:24 +0000
committerGitHub <noreply@github.com>2024-08-10 12:42:24 +0000
commit0fb1b47f2be1e6911b166a0ac050515eba0e1b6d (patch)
tree2eecf37fbc3c21653a888ed1fe72d8d8c42233b1
parentcb1f152b823e166e949b23a58404ad893488d154 (diff)
updated copy.sh for =<1080p resolutions
-rw-r--r--config/hypr/hyprlock.conf2
-rwxr-xr-xcopy.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf
index af56bc18..e95da6dd 100644
--- a/config/hypr/hyprlock.conf
+++ b/config/hypr/hyprlock.conf
@@ -1,5 +1,5 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
-# Hyprlock
+# Hyprlock config for => 2k monitor resolutions
# Original config submitted by https://github.com/SherLock707
# Sourcing colors generated by wallust
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage