mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-08-22 22:51:00 +05:30
feat(hyprland): change opacity and blur settings
This commit is contained in:
@@ -67,14 +67,14 @@
|
|||||||
# See https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# See https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = rounding;
|
rounding = rounding;
|
||||||
active_opacity = 1.0;
|
active_opacity = 0.95;
|
||||||
inactive_opacity = 1.0;
|
inactive_opacity = 0.95;
|
||||||
fullscreen_opacity = 1.0;
|
fullscreen_opacity = 1.0;
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = 7;
|
size = 6;
|
||||||
passes = 4;
|
passes = 3;
|
||||||
new_optimizations = true;
|
new_optimizations = true;
|
||||||
xray = true;
|
xray = true;
|
||||||
special = true;
|
special = true;
|
||||||
|
Reference in New Issue
Block a user