From 99c10dae6c80c9637225bc6b71bff8078ed4e016 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sun, 20 Jul 2025 13:57:08 +0300 Subject: [PATCH] hyprlandPlugins/hyprland-plugins: 0.49.0-fix -> 0.50.0 Init hyprfocus --- .../hyprwm/hyprland-plugins/hyprland-plugins.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix index 8884bd4eb130..87a26aa42e7c 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix @@ -14,13 +14,13 @@ let mkHyprlandPlugin, }: let - version = "0.49.0-fix"; + version = "0.50.0"; hyprland-plugins-src = fetchFromGitHub { owner = "hyprwm"; repo = "hyprland-plugins"; tag = "v${version}"; - hash = "sha256-5wjvmFtk85uBJLnrKZbfrgo9OTTQlFP18ZNgfBwFsz0="; + hash = "sha256-XJJ+frO4NOxVkoSGc1Mag8ESumzx2FmVRspOgFlMqF8="; }; in mkHyprlandPlugin hyprland { @@ -44,6 +44,7 @@ let csgo-vulkan-fix = "CS:GO/CS2 Vulkan fix"; hyprbars = "window title"; hyprexpo = "workspaces overview"; + hyprfocus = "flashfocus"; hyprscrolling = "scrolling layout"; hyprtrails = "smooth trails behind moving windows"; hyprwinwrap = "xwinwrap-like";