feat(pulse): Convert from GJS to Rust
This commit is contained in:
parent
d6e93877ad
commit
d16a9a6494
8 changed files with 180 additions and 218 deletions
|
|
@ -21,6 +21,7 @@ fn main() {
|
|||
"files" => block_on(plugins::files::main()),
|
||||
"pop-launcher" => block_on(service::main()),
|
||||
"pop-shell" => block_on(plugins::pop_shell::main()),
|
||||
"pulse" => block_on(plugins::pulse::main()),
|
||||
"scripts" => block_on(plugins::scripts::main()),
|
||||
"web" => block_on(plugins::web::main()),
|
||||
unknown => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue