diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-12-13 09:36:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 09:36:26 -0500 |
commit | 0671068e4a74b10a4bfa5dbe6463db7c0889997b (patch) | |
tree | 47c74841af56841d340be9c2acaeeee45ddd75ba /fs-widget | |
parent | d3d929dbba9e89a8ce2101b1e1b044a727264513 (diff) | |
parent | 2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (diff) |
Merge pull request #318 from ingram1107/master-cleanup
Repo cleanup
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 9ee3872..4657e9e 100644 --- a/fs-widget/README.md +++ b/fs-widget/README.md @@ -1,6 +1,6 @@ # Filesystem Widget -This widget shows file system disk space usage which is based on the `df` output. When clicked another widget appears with more detailed information. By default it monitors the "/" mount. It can be configured with a list of mounts to monitor though only the first will show in the wibar. To have multiple mounts displayed on the wibar simply define multiple `fs_widgets` with different mounts as arguments. +This widget shows file system disk space usage which is based on the `df` output. When clicked another widget appears with more detailed information. By default, it monitors the "/" mount. It can be configured with a list of mounts to monitor though only the first will show in the wibar. To have multiple mounts displayed on the wibar simply define multiple `fs_widgets` with different mounts as arguments. ![](./screenshot.png) |