diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-17 22:09:37 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-17 22:09:37 +0900 |
| commit | 70d3ed24206ba3445a73b75328f7688c6f78e894 (patch) | |
| tree | d900cff5caaac019e95259aeaef57699ecc60ad4 /config/hypr/scripts/ChangeBlur.sh | |
| parent | 96c5794d550d34bce500828f4160667d70d60681 (diff) | |
minor tweaks before final
Diffstat (limited to 'config/hypr/scripts/ChangeBlur.sh')
| -rwxr-xr-x | config/hypr/scripts/ChangeBlur.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/ChangeBlur.sh b/config/hypr/scripts/ChangeBlur.sh index 46d8a1f8..891e22eb 100755 --- a/config/hypr/scripts/ChangeBlur.sh +++ b/config/hypr/scripts/ChangeBlur.sh @@ -9,7 +9,7 @@ if [ "${STATE}" == "2" ]; then hyprctl keyword decoration:blur:passes 1 dunstify -u low -i "$dunst_notif" "Less blur" else - hyprctl keyword decoration:blur:size 6 + hyprctl keyword decoration:blur:size 5 hyprctl keyword decoration:blur:passes 2 dunstify -u low -i "$dunst_notif" "Normal blur" fi |
