mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-20 16:22:57 +01:00
fix typo
This commit is contained in:
parent
61c53af455
commit
e589e47040
4 changed files with 9 additions and 9 deletions
7
modules/home/scripts/scripts/toggle_blur.sh
Executable file
7
modules/home/scripts/scripts/toggle_blur.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue