mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +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": {
|
"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": {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue