Allow automation to manage plugins with hyprpm (0.49+) #10469
Unanswered
markmandel
asked this question in
Feature requests - Other
Replies: 2 comments 2 replies
-
|
It would be nice if you could just have a declarative config/list of plugins (e.g. like yazi adds to its package.toml file when installing a plugin). |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Are there any updates on this issue? The fact that I can't run sudo ls
hyprpm add https://github.com/hyprwm/hyprland-plugins |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With Hyprland 0.49 I can no longer automate the installation of plugins (I use ansible to usually do this), as there is no way (at least that I can find) that let's me pass in the sudo password required, nor can I use
sudo hyprpmto elevate permissions and avoid the password prompt.For context, here is what previously worked:
https://github.com/markmandel/dotfiles/blob/80d7a4e78244727a8fa71fcf2b3b2ff6dc67cef4/provision/ui/tasks/hyprland-theme.yaml#L72-L83
A few feature request ideas that may help resolve this issue:
sudo hyprpmto bypass the password prompt (since the permissions are already elevated). Not sure if this is possible, sincehyprpmmay need the current user's context.--quietoption to avoid the confirmation step as well.For now I can install and manage plugins manually, but it would be nice to be able to do this via automation again.
Beta Was this translation helpful? Give feedback.
All reactions