mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
7 lines
229 B
Bash
Executable file
7 lines
229 B
Bash
Executable file
#!/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
|