Show how the GUI client can be overridden

This commit is contained in:
Stefano Mazzucco 2016-10-21 23:18:46 +01:00
parent 64ad114af9
commit 5ce56e036f
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ Require the module:
-- 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: