hyprland: setup hyprpanel, fix nvidia issues, accomodate new shadow config
a big part of this was an accidental commit of the gitbutler integration commit that i accidently commited when it broke due to nix rust issues. the new server was also added in this, but further config happens in #1
This commit is contained in:
parent
c9c4bc17fa
commit
8ed486c268
|
@ -1,7 +1,15 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
<<<<<<< HEAD
|
||||||
lib,
|
lib,
|
||||||
namespace,
|
namespace,
|
||||||
|
=======
|
||||||
|
inputs,
|
||||||
|
lib,
|
||||||
|
namespace,
|
||||||
|
pkgs,
|
||||||
|
system,
|
||||||
|
>>>>>>> 8f3c53de (hyprland: setup hyprpanel, fix nvidia issues, accomodate new shadow config)
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -36,6 +44,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -181,13 +181,16 @@ in
|
||||||
popups_ignorealpha = 0.2;
|
popups_ignorealpha = 0.2;
|
||||||
};
|
};
|
||||||
|
|
||||||
drop_shadow = true;
|
shadow = {
|
||||||
shadow_ignore_window = true;
|
enabled = true;
|
||||||
shadow_offset = "0 15";
|
range = 100;
|
||||||
shadow_range = 100;
|
render_power = 2;
|
||||||
shadow_render_power = 2;
|
ignore_window = true;
|
||||||
shadow_scale = 0.97;
|
color = "rgba(00000055)";
|
||||||
"col.shadow" = "rgba(00000055)";
|
offset = "0 15";
|
||||||
|
scale = 0.97;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
|
|
Loading…
Reference in a new issue