Add hyprland to waybar-hyprland path as fallback for hyprctl

This commit is contained in:
Ruby Iris Juric 2023-05-27 17:01:28 +10:00 committed by Mihai Fufezan
parent 8afc2f45c7
commit 74b49de883
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ in {
# use hyprctl to switch workspaces
sed -i 's/zext_workspace_handle_v1_activate(workspace_handle_);/const std::string command = "hyprctl dispatch workspace " + name_;\n\tsystem(command.c_str());/g' src/modules/wlr/workspace_manager.cpp
'';
postFixup = ''
wrapProgram $out/bin/waybar \
--suffix PATH : ${lib.makeBinPath [ prev.hyprland ]}
'';
mesonFlags = old.mesonFlags ++ ["-Dexperimental=true"];
});
})