add scripts

This commit is contained in:
Frost-Phoenix 2023-11-12 11:58:49 +01:00
parent 997acebdcc
commit 0783ec3725
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
if hyprctl getoption decoration:blur:enabled | grep "int: 1" >/dev/null ; then
hyprctl keyword decoration:blur:enabled false >/dev/null
else
hyprctl keyword decoration:blur:enabled true >/dev/null
fi