mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
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:
parent
e0a278871b
commit
5ab1207b2f
2 changed files with 4 additions and 4 deletions
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue