Hyprland breaking changes. (Stylix fix, waiting for upstream)

This commit is contained in:
Hadi
2024-11-08 13:32:25 +01:00
parent 61a4d11ca4
commit f4f9f889ed
3 changed files with 11 additions and 7 deletions

7
flake.lock generated
View File

@@ -1195,16 +1195,17 @@
"tinted-tmux": "tinted-tmux"
},
"locked": {
"lastModified": 1731002033,
"narHash": "sha256-uGjTjvvlGQfQ0yypVP+at0NizI2nrb6kz4wGAqzRGbY=",
"lastModified": 1731050777,
"narHash": "sha256-tGvmW0qih+dCAH9L4BEMYMiHcBoJVZtESbC9WH0EEuw=",
"owner": "danth",
"repo": "stylix",
"rev": "f71c2effed1ce4f9fbeefe402e4e431428ffe93a",
"rev": "9cad2b044a6de7502235b66d78a9df6efcf0ddcf",
"type": "github"
},
"original": {
"owner": "danth",
"repo": "stylix",
"rev": "9cad2b044a6de7502235b66d78a9df6efcf0ddcf",
"type": "github"
}
},

View File

@@ -35,7 +35,8 @@
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprpolkitagent.url = "github:hyprwm/hyprpolkitagent";
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
stylix.url = "github:danth/stylix";
# FIXME: This is a temporary fix until the PR is merged
stylix.url = "github:danth/stylix/9cad2b044a6de7502235b66d78a9df6efcf0ddcf";
apple-fonts.url = "github:Lyndeno/apple-fonts.nix";
pia = {
url = "github:Fuwn/pia.nix";

View File

@@ -111,9 +111,11 @@ in {
active_opacity = active-opacity;
inactive_opacity = inactive-opacity;
rounding = rounding;
drop_shadow = true;
shadow_range = 20;
shadow_render_power = 3;
shadow = {
enabled = true;
range = 20;
render_power = 3;
};
blur = { enabled = if blur then "true" else "false"; };
};