summaryrefslogtreecommitdiff
path: root/programs/hypr
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-22 01:02:56 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-22 01:02:56 -0400
commit00aad8287b2e85c48bb3b1078490233e162de328 (patch)
tree2453cd70f442747191d3078e2b94447ceba8a048 /programs/hypr
parentmake max width chars shorted in launcher with new font (diff)
downloaddotfiles-nix-00aad8287b2e85c48bb3b1078490233e162de328.tar.gz
dotfiles-nix-00aad8287b2e85c48bb3b1078490233e162de328.tar.bz2
dotfiles-nix-00aad8287b2e85c48bb3b1078490233e162de328.zip
disable blur and add toggle option
Diffstat (limited to 'programs/hypr')
-rw-r--r--programs/hypr/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/hypr/hyprland.nix b/programs/hypr/hyprland.nix
index 5cda2c5..f339f8e 100644
--- a/programs/hypr/hyprland.nix
+++ b/programs/hypr/hyprland.nix
@@ -117,7 +117,7 @@ in {
rounding = config.theme.outerRadius;
shadow.enabled = false;
blur = {
- enabled = true;
+ enabled = config.theme.blur;
size = 4;
passes = 2;
noise = 0.008;