Skip to content

Commit

Permalink
home: opt: hypr: updated shadow config
Browse files Browse the repository at this point in the history
  • Loading branch information
aftix committed Nov 15, 2024
1 parent 7c51700 commit dbac782
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions home/opt/hypr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ in {
};

config = {
# https://github.com/danth/stylix/pull/610
stylix.targets.hyprland.enable = false;

nixpkgs.overlays = [
(final: _: {
screenshot = final.writeShellApplication {
Expand Down Expand Up @@ -343,9 +346,11 @@ in {
vibrancy = 0.1696;
};

drop_shadow = true;
shadow_range = 4;
shadow_render_power = 3;
shadow = {
range = 4;
render_power = 3;
color = "rgba(20274699)";
};
};

animations = {
Expand Down

0 comments on commit dbac782

Please sign in to comment.