mirror of
https://git.allpurposem.at/mat/WiggleWobble.git
synced 2025-12-23 13:01:28 +01:00
Hyprload manifest
This commit is contained in:
parent
673c9e995a
commit
bb63f673d0
10
hyprload.toml
Normal file
10
hyprload.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[example]
|
||||
description = "Example plugin"
|
||||
version = "1.0.0"
|
||||
author = "YOU"
|
||||
|
||||
[example.build]
|
||||
output = "example.so"
|
||||
steps = [
|
||||
"make all",
|
||||
]
|
||||
@ -87,9 +87,9 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
|
||||
|
||||
HyprlandAPI::reloadConfig();
|
||||
|
||||
return {"ExamplePlugin", "An example plugin", "Vaxry", "1.0"};
|
||||
return {"example", "An example plugin", "YOU", "1.0"};
|
||||
}
|
||||
|
||||
APICALL EXPORT void PLUGIN_EXIT() {
|
||||
HyprlandAPI::invokeHyprctlCommand("seterror", "disable");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user