hyprland ricing
This commit is contained in:
parent
7d875595fa
commit
18b90d81c6
2 changed files with 10 additions and 6 deletions
|
|
@ -90,16 +90,20 @@ in {
|
|||
|
||||
decoration = {
|
||||
rounding = 10;
|
||||
activeOpacity = 1.0;
|
||||
inactiveOpacity = 1.0;
|
||||
activeOpacity = 0.9;
|
||||
inactiveOpacity = 0.7;
|
||||
|
||||
dimSpecial = 0.4;
|
||||
|
||||
shadow.enabled = false;
|
||||
shadow = {
|
||||
enabled = true;
|
||||
range = 15;
|
||||
colorInactive = "0x881a1a1a";
|
||||
};
|
||||
|
||||
blur = {
|
||||
enabled = true;
|
||||
size = 25;
|
||||
size = 10;
|
||||
passes = 3;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue