mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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"; };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user