diff options
author | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
commit | 3a984a9119cf431ec9eba7aafe5baf03376b379e (patch) | |
tree | 05c23648f9dcbef2cd603e63174099328c364032 /fs-widget | |
parent | 7090693bcf60efe23a0ce4531b02b6af93cafba8 (diff) |
Update documentation
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 |