Stop setting stylix polarity option, use lib stylix variant instead
Variant comes from the selected scheme so it's automatic
This commit is contained in:
parent
5971d10483
commit
d39c34d6f0
|
@ -206,7 +206,6 @@
|
|||
enable = true;
|
||||
image = ./wallpapers/tropic_island_day.jpg;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
polarity = "light";
|
||||
opacity.popups = 0.8;
|
||||
cursor = {
|
||||
package = pkgs.volantes-cursors;
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
settings = {
|
||||
preset = "rainbow";
|
||||
mode = "rgb";
|
||||
light_dark = config.stylix.polarity;
|
||||
light_dark = config.lib.stylix.scheme.variant;
|
||||
lightness = 0.4;
|
||||
color_align = {
|
||||
mode = "horizontal";
|
||||
|
|
Loading…
Reference in a new issue