From 0c3777d0fad0d3b070e5d03f213e51855cd22bfc Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 30 Jun 2025 15:06:11 -0400 Subject: [PATCH] Set lappy hyprpanel cava framerate to 120. --- nodes/hosts/lappy/home/jay/home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nodes/hosts/lappy/home/jay/home.nix b/nodes/hosts/lappy/home/jay/home.nix index c9c2d50..815048d 100644 --- a/nodes/hosts/lappy/home/jay/home.nix +++ b/nodes/hosts/lappy/home/jay/home.nix @@ -11,6 +11,14 @@ }; }; }; + + bar = { + customModules = { + cava = { + framerate = 120; + }; + }; + }; }; wayland.windowManager.hyprland = {