X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/d2900b69c87bbb4c6322fdf18bf3052998ee1430..9eb1daba9889c2bce76bdf3d88a4595f4ad27771:/fs.md diff --git a/fs.md b/fs.md index 98016fb..3b43d8c 100644 --- a/fs.md +++ b/fs.md @@ -20,12 +20,12 @@ Variable | Meaning | Type | Default `lain.widgets.fs` outputs the following table: -Variable | Type ---- | --- -`widget` | `wibox.widget.textbox` -`show` | function +Variable | Meaning | Type +--- | --- | --- +`widget` | The widget | `wibox.widget.textbox` +`show` | The notification | function -You can display a notification of current disk space usage with the following key binding: +You can display the notification with a key binding like this: awful.key({ altkey }, "h", function () mypartition.show(7) end),