add data source for busctl

master
t0thkr1s 4 years ago
parent ba3bf90d29
commit 3ed62466f3

@ -0,0 +1,15 @@
{
"description": "This invokes the default pager, which is likely to be 'less', other functions may apply.",
"functions": {
"shell": [
{
"code": "busctl --show-machine\n!/bin/sh\n"
}
],
"sudo": [
{
"code": "sudo busctl --show-machine\n!/bin/sh\n"
}
]
}
}
Loading…
Cancel
Save