From 5ab1207b2fdeb5a022f2dd7cccf6be760f1b150f Mon Sep 17 00:00:00 2001 From: diniamo <55629891+diniamo@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:56:26 +0100 Subject: [PATCH] hyprland: adapt breaking changes (#610) Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Fixes: f71c2effed1c ("hyprland: revert attempt to address unavailable Hyprland breaking change (#608)") --- flake.lock | 6 +++--- modules/hyprland/hm.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index fe9fa7a..103a451 100644 --- a/flake.lock +++ b/flake.lock @@ -157,11 +157,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1725194671, - "narHash": "sha256-tLGCFEFTB5TaOKkpfw3iYT9dnk4awTP/q4w+ROpMfuw=", + "lastModified": 1731531548, + "narHash": "sha256-sz8/v17enkYmfpgeeuyzniGJU0QQBfmAjlemAUYhfy8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b833ff01a0d694b910daca6e2ff4a3f26dee478c", + "rev": "24f0d4acd634792badd6470134c387a3b039dace", "type": "github" }, "original": { diff --git a/modules/hyprland/hm.nix b/modules/hyprland/hm.nix index 8d6ddd2..7da4be4 100644 --- a/modules/hyprland/hm.nix +++ b/modules/hyprland/hm.nix @@ -7,7 +7,7 @@ let rgba = color: alpha: "rgba(${color}${alpha})"; settings = { - decoration."col.shadow" = rgba base00 "99"; + decoration.shadow.color = rgba base00 "99"; general = { "col.active_border" = rgb base0D; "col.inactive_border" = rgb base03;