hyprland: adapt breaking changes (#610)

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>

Fixes: f71c2effed ("hyprland: revert attempt to address unavailable Hyprland breaking change (#608)")
This commit is contained in:
diniamo 2024-11-15 08:56:26 +01:00 committed by GitHub
parent e0a278871b
commit 5ab1207b2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -157,11 +157,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1725194671, "lastModified": 1731531548,
"narHash": "sha256-tLGCFEFTB5TaOKkpfw3iYT9dnk4awTP/q4w+ROpMfuw=", "narHash": "sha256-sz8/v17enkYmfpgeeuyzniGJU0QQBfmAjlemAUYhfy8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b833ff01a0d694b910daca6e2ff4a3f26dee478c", "rev": "24f0d4acd634792badd6470134c387a3b039dace",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,7 +7,7 @@ let
rgba = color: alpha: "rgba(${color}${alpha})"; rgba = color: alpha: "rgba(${color}${alpha})";
settings = { settings = {
decoration."col.shadow" = rgba base00 "99"; decoration.shadow.color = rgba base00 "99";
general = { general = {
"col.active_border" = rgb base0D; "col.active_border" = rgb base0D;
"col.inactive_border" = rgb base03; "col.inactive_border" = rgb base03;