hyprlandPlugins/hyprland-plugins: 0.49.0-fix -> 0.50.0

Init hyprfocus
This commit is contained in:
Mihai Fufezan
2025-07-20 21:58:18 +05:30
committed by Masum Reza
parent d7c688003c
commit 99c10dae6c
@@ -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";