diff options
Diffstat (limited to 'fs-widget')
-rw-r--r-- | fs-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs-widget/README.md b/fs-widget/README.md index 4657e9e..4d6327d 100644 --- a/fs-widget/README.md +++ b/fs-widget/README.md @@ -10,7 +10,7 @@ It is possible to customize widget by providing a table with all or some of the | Name | Default | Description | |---|---|---| -| `mounts` | `{'/'}` | Table with mounts to monitor, check the output from a `df` command for available options (column 'Mounted on') | +| `mounts` | `{ '/' }` | Table with mounts to monitor, check the output from a `df` command for available options (column `Mounted on`) | | `timeout` | 60 | How often in seconds the widget refreshes | ## Installation |