mirror of https://github.com/lcpz/lain.git
Updated fs (markdown)
This commit is contained in:
parent
b66251c1c0
commit
cdcd4064b8
2
fs.md
2
fs.md
|
@ -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),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue