'e.g.' instead of 'e.g'
This commit is contained in:
parent
4768d48a3b
commit
5e8d065baf
|
@ -15,8 +15,8 @@ It is possible to customize widget by providing a table with all or some of the
|
||||||
| Name | Default | Description |
|
| Name | Default | Description |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `icon` | `~/.config/awesome/awesome-wm-widgets/bitbucket-widget/bitbucket-icon-gradient-blue.svg` | Path to the icon |
|
| `icon` | `~/.config/awesome/awesome-wm-widgets/bitbucket-widget/bitbucket-icon-gradient-blue.svg` | Path to the icon |
|
||||||
| `host` | Required | e.g _http://api.bitbucket.org_ |
|
| `host` | Required | e.g. _http://api.bitbucket.org_ |
|
||||||
| `uuid` | Required | e.g _{123e4567-e89b-12d3-a456-426614174000}_ |
|
| `uuid` | Required | e.g. _{123e4567-e89b-12d3-a456-426614174000}_ |
|
||||||
| `workspace` | Required | Workspace ID|
|
| `workspace` | Required | Workspace ID|
|
||||||
| `repo_slug` | Required | Repository slug |
|
| `repo_slug` | Required | Repository slug |
|
||||||
| `timeout` | 60 | How often in seconds the widget refreshes |
|
| `timeout` | 60 | How often in seconds the widget refreshes |
|
||||||
|
|
|
@ -4,7 +4,7 @@ Music Player Daemon widget by @raphaelfournier.
|
||||||
|
|
||||||
# Prerequisite
|
# Prerequisite
|
||||||
|
|
||||||
Install `mpd` (Music Player Daemon itself) and `mpc` (Music Player Client - program for controlling mpd), both should be available in repo, e.g for Ubuntu:
|
Install `mpd` (Music Player Daemon itself) and `mpc` (Music Player Client - program for controlling mpd), both should be available in repo, e.g. for Ubuntu:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install mpd mpc
|
sudo apt-get install mpd mpc
|
||||||
|
|
|
@ -4,7 +4,7 @@ Music Player Info widget cy @mgabs
|
||||||
|
|
||||||
# Prerequisite
|
# Prerequisite
|
||||||
|
|
||||||
Install `playerctl` (mpris implementation), should be available in repo, e.g for Ubuntu:
|
Install `playerctl` (mpris implementation), should be available in repo, e.g. for Ubuntu:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install playerctl
|
sudo apt-get install playerctl
|
||||||
|
|
Loading…
Reference in New Issue