summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/hyprland.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-16 20:10:12 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-16 20:10:12 +0200
commitd4f1eb06046c1c5f65ae7b1e8e1c0165ab2276ed (patch)
tree0fef171f0fe84cc27a0a894b416ebcc59ac0c303 /accounts/gkleen@sif/hyprland.nix
parent331246bca2a112b3a869053453f90beeb6c6838c (diff)
downloadnixos-d4f1eb06046c1c5f65ae7b1e8e1c0165ab2276ed.tar
nixos-d4f1eb06046c1c5f65ae7b1e8e1c0165ab2276ed.tar.gz
nixos-d4f1eb06046c1c5f65ae7b1e8e1c0165ab2276ed.tar.bz2
nixos-d4f1eb06046c1c5f65ae7b1e8e1c0165ab2276ed.tar.xz
nixos-d4f1eb06046c1c5f65ae7b1e8e1c0165ab2276ed.zip
...
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r--accounts/gkleen@sif/hyprland.nix29
1 files changed, 8 insertions, 21 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix
index 90a7c805..0c7f19cb 100644
--- a/accounts/gkleen@sif/hyprland.nix
+++ b/accounts/gkleen@sif/hyprland.nix
@@ -40,25 +40,7 @@ in {
40 40
41 decoration = { 41 decoration = {
42 rounding = 5; 42 rounding = 5;
43 43 dim_special = 0.0;
44 active_opacity = 1.0;
45 inactive_opacity = 1.0;
46
47 drop_shadow = false;
48 shadow_range = 4;
49 shadow_render_power = 3;
50 "col.shadow" = "rgba(1a1a1aee)";
51
52 blur = {
53 enabled = true;
54 size = 3;
55 passes = 1;
56
57 vibrancy = 0.1696;
58
59 special = true;
60 popups = true;
61 };
62 }; 44 };
63 45
64 animations = { 46 animations = {
@@ -87,8 +69,13 @@ in {
87 }; 69 };
88 70
89 misc = { 71 misc = {
90 force_default_wallpaper = -1; 72 disable_hyprland_logo = true;
91 disable_hyprland_logo = false; 73 disable_splash_rendering = true;
74 focus_on_activate = true;
75 };
76
77 cursor = {
78 hide_on_key_press = true;
92 }; 79 };
93 80
94 input = { 81 input = {