From 39d52d3aebc4e83292acf39e8cbb37ed4ba701bb Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 15 Sep 2025 19:18:27 +0100 Subject: [PATCH] hyprland: temporarily disable plugins --- .../jordan/common/optional/graphical/hyprland/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/users/jordan/common/optional/graphical/hyprland/default.nix b/users/jordan/common/optional/graphical/hyprland/default.nix index c7098e0..817cec9 100644 --- a/users/jordan/common/optional/graphical/hyprland/default.nix +++ b/users/jordan/common/optional/graphical/hyprland/default.nix @@ -61,8 +61,8 @@ in portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; plugins = [ - pkgs.unstable.hyprlandPlugins.hyprbars - pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors + # pkgs.unstable.hyprlandPlugins.hyprbars + # pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors ]; settings = { general = { @@ -77,7 +77,7 @@ in plugin = { dynamic-cursors = { - enabled = true; + enabled = false; mode = "none"; shake = { enabled = true; @@ -85,7 +85,7 @@ in }; hyprbars = { - enabled = true; + enabled = false; bar_height = 20; bar_blur = true; };