8 lines
337 B
Bash
Executable file
8 lines
337 B
Bash
Executable file
if hyprctl getoption decoration:active_opacity | grep "float: 1" >/dev/null ; then
|
|
hyprctl keyword decoration:active_opacity 0.90 >/dev/null
|
|
hyprctl keyword decoration:inactive_opacity 0.90 >/dev/null
|
|
else
|
|
hyprctl keyword decoration:active_opacity 1 >/dev/null
|
|
hyprctl keyword decoration:inactive_opacity 1 >/dev/null
|
|
fi
|