mirror of
https://git.allpurposem.at/mat/WiggleWobble.git
synced 2025-12-23 21:11:29 +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,7 +87,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
|
|||||||
|
|
||||||
HyprlandAPI::reloadConfig();
|
HyprlandAPI::reloadConfig();
|
||||||
|
|
||||||
return {"ExamplePlugin", "An example plugin", "Vaxry", "1.0"};
|
return {"example", "An example plugin", "YOU", "1.0"};
|
||||||
}
|
}
|
||||||
|
|
||||||
APICALL EXPORT void PLUGIN_EXIT() {
|
APICALL EXPORT void PLUGIN_EXIT() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user