mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
Hyprland breaking changes. (Stylix fix, waiting for upstream)
This commit is contained in:
7
flake.lock
generated
7
flake.lock
generated
@@ -1195,16 +1195,17 @@
|
|||||||
"tinted-tmux": "tinted-tmux"
|
"tinted-tmux": "tinted-tmux"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731002033,
|
"lastModified": 1731050777,
|
||||||
"narHash": "sha256-uGjTjvvlGQfQ0yypVP+at0NizI2nrb6kz4wGAqzRGbY=",
|
"narHash": "sha256-tGvmW0qih+dCAH9L4BEMYMiHcBoJVZtESbC9WH0EEuw=",
|
||||||
"owner": "danth",
|
"owner": "danth",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "f71c2effed1ce4f9fbeefe402e4e431428ffe93a",
|
"rev": "9cad2b044a6de7502235b66d78a9df6efcf0ddcf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "danth",
|
"owner": "danth",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
|
"rev": "9cad2b044a6de7502235b66d78a9df6efcf0ddcf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -35,7 +35,8 @@
|
|||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
hyprpolkitagent.url = "github:hyprwm/hyprpolkitagent";
|
hyprpolkitagent.url = "github:hyprwm/hyprpolkitagent";
|
||||||
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
|
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";
|
apple-fonts.url = "github:Lyndeno/apple-fonts.nix";
|
||||||
pia = {
|
pia = {
|
||||||
url = "github:Fuwn/pia.nix";
|
url = "github:Fuwn/pia.nix";
|
||||||
|
|||||||
@@ -111,9 +111,11 @@ in {
|
|||||||
active_opacity = active-opacity;
|
active_opacity = active-opacity;
|
||||||
inactive_opacity = inactive-opacity;
|
inactive_opacity = inactive-opacity;
|
||||||
rounding = rounding;
|
rounding = rounding;
|
||||||
drop_shadow = true;
|
shadow = {
|
||||||
shadow_range = 20;
|
enabled = true;
|
||||||
shadow_render_power = 3;
|
range = 20;
|
||||||
|
render_power = 3;
|
||||||
|
};
|
||||||
blur = { enabled = if blur then "true" else "false"; };
|
blur = { enabled = if blur then "true" else "false"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user