Closed shadowe1ite closed 1 year ago
Do you have a hyprload.toml
in ~/.config/hypr
?
Hmm, I think I made a mistake. It's working when hyprload.toml
is in ~/.config/hypr/
, but I changed the config like this:
toml
plugin {
hyprload {
config = "~/.config/hypr/plugins/hyprload.toml"
quiet = 0
}
}
Is this correct?"
i am not sure if this can be a fix but give it a try. i tried few things first i changed the file "~/.local/share/hyprload/hyprload.sh" to executable using chmod +x. then instead of using exec-once i used exec in the config of hyprland (not really sure if this gonna make a difference but it works lol) try it and see if it works :)
edit: the exec/exec-once part i wrote probably doesn't matter
No, it is incorrect.
Config must be like this.
plugins = [ { local = "path/to/plugin" } ]
I think PR #13 will display errors, and fix crashes on startup
Fixed by #13
Yes, the compilation was successful. However, when I try to run the
$HOME/.local/share/hyprload/hyprload.sh
, Hyprland crashes. (During the first launch of Hyprland, all plugins worked perfectly without any issues. )Crash Report
hyprlandCrashReport4796.txt
Originally posted by @shadowelite-sec in https://github.com/Duckonaut/hyprload/issues/8#issuecomment-1544417843