diff options
Diffstat (limited to 'homes/floppydisk/hyprland.nix')
-rw-r--r-- | homes/floppydisk/hyprland.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix index 110e037..70ef928 100644 --- a/homes/floppydisk/hyprland.nix +++ b/homes/floppydisk/hyprland.nix @@ -32,8 +32,8 @@ gaps_in = 5; gaps_out = 20; border_size = 2; - "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; - "col.inactive_border" = "rgba(595959aa)"; + "col.active_border" = "rgb(f38ba8)"; + "col.inactive_border" = "rgb(313244)"; layout = "dwindle"; }; @@ -44,10 +44,7 @@ passes = 1; new_optimizations = 1; }; - drop_shadow = "yes"; - shadow_range = 20; - shadow_render_power = 5; - "col.shadow" = "rgba(1a1a1aee)"; + drop_shadow = "no"; }; animations = { |