hyprland: temporarily disable plugins
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m23s

This commit is contained in:
2025-09-15 19:18:27 +01:00
parent 1416266821
commit 39d52d3aeb

View File

@@ -61,8 +61,8 @@ in
portalPackage = portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
plugins = [ plugins = [
pkgs.unstable.hyprlandPlugins.hyprbars # pkgs.unstable.hyprlandPlugins.hyprbars
pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors # pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors
]; ];
settings = { settings = {
general = { general = {
@@ -77,7 +77,7 @@ in
plugin = { plugin = {
dynamic-cursors = { dynamic-cursors = {
enabled = true; enabled = false;
mode = "none"; mode = "none";
shake = { shake = {
enabled = true; enabled = true;
@@ -85,7 +85,7 @@ in
}; };
hyprbars = { hyprbars = {
enabled = true; enabled = false;
bar_height = 20; bar_height = 20;
bar_blur = true; bar_blur = true;
}; };