diff options
author | Frankie B. <git@diskfloppy.me> | 2024-02-16 12:21:48 +0000 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-02-16 12:23:02 +0000 |
commit | 92a12b490e52b22fb904a1ba490194e13b509100 (patch) | |
tree | 00b371c89f6bbac9c340c920001b6c5f911bd260 /homes/floppydisk/hyprland.nix | |
parent | 36d47bbb591e5c2faa5a9259cb643a05d10d12a3 (diff) |
Everything is FUCKED
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 = { |