Updated fs (markdown)

This commit is contained in:
Luke Bonham 2013-09-07 04:21:34 -07:00
parent 6e22702320
commit 14162d53c9
1 changed files with 1 additions and 1 deletions

2
fs.md
View File

@ -25,7 +25,7 @@ Variable | Meaning | Type
`widget` | The widget | `wibox.widget.textbox` `widget` | The widget | `wibox.widget.textbox`
`show` | The notification | function `show` | The notification | function
You can display a notification of current disk space usage with a key binding like this: You can display the notification with a key binding like this:
awful.key({ altkey }, "h", function () mypartition.show(7) end), awful.key({ altkey }, "h", function () mypartition.show(7) end),