diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-20 18:08:17 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-20 18:08:17 +0900 |
| commit | c414b2b4bb3a5be82ce48c054b35803a04c8517e (patch) | |
| tree | a55fe5f2c0907ad0ab379fe88325278ff0f3861e /config/hypr/scripts/ChangeBlur.sh | |
| parent | dffd296b92f06b1606f8d03137fbf235a39d261b (diff) | |
updated some scripts to reflect new images on swaync
Diffstat (limited to 'config/hypr/scripts/ChangeBlur.sh')
| -rwxr-xr-x | config/hypr/scripts/ChangeBlur.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/scripts/ChangeBlur.sh b/config/hypr/scripts/ChangeBlur.sh index 46aaad68..895987a4 100755 --- a/config/hypr/scripts/ChangeBlur.sh +++ b/config/hypr/scripts/ChangeBlur.sh @@ -2,16 +2,16 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # Script for changing blurs on the fly -notif="$HOME/.config/swaync/images/ja.png" +notif="$HOME/.config/swaync/images" STATE=$(hyprctl -j getoption decoration:blur:passes | jq ".int") if [ "${STATE}" == "2" ]; then hyprctl keyword decoration:blur:size 2 hyprctl keyword decoration:blur:passes 1 - notify-send -e -u low -i "$notif" " Less Blur" + notify-send -e -u low -i "$notif/note.png" " Less Blur" else hyprctl keyword decoration:blur:size 5 hyprctl keyword decoration:blur:passes 2 - notify-send -e -u low -i "$notif" " Normal Blur" + notify-send -e -u low -i "$notif/ja.png" " Normal Blur" fi |
