Specify `lua` in markdown
This commit is contained in:
parent
5ce56e036f
commit
def950de4c
|
@ -88,14 +88,18 @@ Add the following to your `~/.config/awesome/rc.lua`:
|
|||
|
||||
Require the module:
|
||||
|
||||
```lua
|
||||
-- require *after* `beautiful.init` or the theme will be inconsistent!
|
||||
local connman = require("connman_widget")
|
||||
-- override the GUI client.
|
||||
connman.gui_client = "wicd"
|
||||
```
|
||||
|
||||
Add the widget to your layout:
|
||||
|
||||
```lua
|
||||
right_layout:add(connman)
|
||||
```
|
||||
|
||||
# Limitations
|
||||
|
||||
|
|
Loading…
Reference in New Issue