chore(readme): Update references to scripts and plugins directories
This commit is contained in:
parent
8b7c835a67
commit
bbd513a54f
1 changed files with 21 additions and 7 deletions
28
README.md
28
README.md
|
|
@ -8,15 +8,29 @@ Using IPC enables each plugin to isolate their data from other plugin processes
|
|||
|
||||
## Plugin Directories
|
||||
|
||||
- User-local plugins: `~/.local/share/pop-shell/plugins`
|
||||
- System-wide install for system administrators: `/etc/pop-shell/plugins`
|
||||
- Distribution packaging: `/usr/lib/pop-shell/plugins`
|
||||
- User-local plugins: `~/.local/share/pop-launcher/plugins`
|
||||
- System-wide install for system administrators: `/etc/pop-launcher/plugins`
|
||||
- Distribution packaging: `/usr/lib/pop-launcher/plugins`
|
||||
|
||||
## Script Directories
|
||||
|
||||
- User-local scripts: `~/.local/share/pop-shell/scripts`
|
||||
- System-wide install for system administrators: `/etc/pop-shell/scripts`
|
||||
- Distribution packaging: `/usr/lib/pop-shell/scripts`
|
||||
- User-local scripts: `~/.local/share/pop-launcher/scripts`
|
||||
- System-wide install for system administrators: `/etc/pop-launcher/scripts`
|
||||
- Distribution packaging: `/usr/lib/pop-launcher/scripts`
|
||||
|
||||
Example script
|
||||
<details>
|
||||
<pre>
|
||||
#!/bin/sh
|
||||
#
|
||||
# name: Connect to VPN
|
||||
# icon: network-vpn
|
||||
# description: Start VPN
|
||||
# keywords: vpn start connect
|
||||
|
||||
nmcli connection up "vpn-name"
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
## JSON IPC
|
||||
|
||||
|
|
@ -182,4 +196,4 @@ Where `SearchResult` is:
|
|||
category_icon?: IconSource,
|
||||
window?: [number, number]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue