mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Trying some alternate ricing
This commit is contained in:
parent
5dee28b5c8
commit
c69616c4b5
1 changed files with 10 additions and 8 deletions
|
@ -118,12 +118,12 @@ in
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
layout = "master";
|
layout = "master";
|
||||||
border_size = 3;
|
border_size = 0;
|
||||||
"col.active_border" = if performance then "0xff${config.lib.stylix.colors.base0B}" else "0xff${config.lib.stylix.colors.base08} 0xff${config.lib.stylix.colors.base09} 0xff${config.lib.stylix.colors.base0A} 0xff${config.lib.stylix.colors.base0B} 0xff${config.lib.stylix.colors.base0C} 0xff${config.lib.stylix.colors.base0D} 0xff${config.lib.stylix.colors.base0E} 0xff${config.lib.stylix.colors.base0F} 270deg";
|
"col.active_border" = if performance then "0xff${config.lib.stylix.colors.base0B}" else "0xff${config.lib.stylix.colors.base08} 0xff${config.lib.stylix.colors.base09} 0xff${config.lib.stylix.colors.base0A} 0xff${config.lib.stylix.colors.base0B} 0xff${config.lib.stylix.colors.base0C} 0xff${config.lib.stylix.colors.base0D} 0xff${config.lib.stylix.colors.base0E} 0xff${config.lib.stylix.colors.base0F} 270deg";
|
||||||
"col.inactive_border" = "0xff${config.lib.stylix.colors.base02}";
|
"col.inactive_border" = "0xff${config.lib.stylix.colors.base02}";
|
||||||
resize_on_border = true;
|
resize_on_border = true;
|
||||||
gaps_in = 6;
|
gaps_in = 14;
|
||||||
gaps_out = 6;
|
gaps_out = 14;
|
||||||
};
|
};
|
||||||
|
|
||||||
group = {
|
group = {
|
||||||
|
@ -140,12 +140,14 @@ in
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = (!performance);
|
enabled = (!performance);
|
||||||
};
|
};
|
||||||
rounding = 8;
|
rounding = 0;
|
||||||
dim_special = 0.0;
|
dim_special = 0.0;
|
||||||
|
dim_inactive = true;
|
||||||
|
dim_strength = 0.15;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = (!performance);
|
enabled = (!performance);
|
||||||
size = 5;
|
size = 10;
|
||||||
passes = 2;
|
passes = 3;
|
||||||
ignore_opacity = true;
|
ignore_opacity = true;
|
||||||
contrast = 1.17;
|
contrast = 1.17;
|
||||||
brightness = (if (config.stylix.polarity == "dark") then "0.65" else "1.45");
|
brightness = (if (config.stylix.polarity == "dark") then "0.65" else "1.45");
|
||||||
|
@ -789,8 +791,8 @@ backdrop = 0.0
|
||||||
border = config.lib.stylix.colors.base08 + "ff";
|
border = config.lib.stylix.colors.base08 + "ff";
|
||||||
};
|
};
|
||||||
border = {
|
border = {
|
||||||
width = 3;
|
width = 0;
|
||||||
radius = 7;
|
radius = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.fnott.enable = true;
|
services.fnott.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue