aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/ChangeBlur.sh
blob: 247265f2e0fc482beb5fb55b35d9a99ed3a187f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

STATE=$(hyprctl -j getoption decoration:blur:passes | jq ".int")

if [ "${STATE}" == "2" ]; then
  hyprctl keyword decoration:blur:size 3
	hyprctl keyword decoration:blur:passes 1
  notify-send "Less blur"
else
  hyprctl keyword decoration:blur:size 7.8
	hyprctl keyword decoration:blur:passes 2
  notify-send "Normal blur"
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage