diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-08-10 12:42:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-10 12:42:24 +0000 |
| commit | 0fb1b47f2be1e6911b166a0ac050515eba0e1b6d (patch) | |
| tree | 2eecf37fbc3c21653a888ed1fe72d8d8c42233b1 | |
| parent | cb1f152b823e166e949b23a58404ad893488d154 (diff) | |
updated copy.sh for =<1080p resolutions
| -rw-r--r-- | config/hypr/hyprlock.conf | 2 | ||||
| -rwxr-xr-x | copy.sh | 4 |
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 @@ -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 |
