parent
d8944fd10b
commit
a4d4d7a5f3
3 changed files with 7 additions and 3 deletions
|
@ -16,6 +16,9 @@ local string = { match = string.match }
|
||||||
|
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
|
|
||||||
|
-- Keyboard layout switcher
|
||||||
|
-- lain.widgets.contrib.kblayout
|
||||||
|
|
||||||
local function worker (args)
|
local function worker (args)
|
||||||
local kbdlayout = {}
|
local kbdlayout = {}
|
||||||
kbdlayout.widget = wibox.widget.textbox('')
|
kbdlayout.widget = wibox.widget.textbox('')
|
||||||
|
@ -24,7 +27,6 @@ local function worker (args)
|
||||||
local settings = args.settings or function () end
|
local settings = args.settings or function () end
|
||||||
local add_us_secondary = true
|
local add_us_secondary = true
|
||||||
local timeout = args.timeout or 5
|
local timeout = args.timeout or 5
|
||||||
|
|
||||||
local idx = 1
|
local idx = 1
|
||||||
|
|
||||||
if args.add_us_secondary == false then add_us_secondary = false end
|
if args.add_us_secondary == false then add_us_secondary = false end
|
||||||
|
|
|
@ -21,6 +21,8 @@ local string = { format = string.format,
|
||||||
|
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
|
|
||||||
|
-- MOC audio player
|
||||||
|
-- lain.widgets.contrib.moc
|
||||||
local moc = {}
|
local moc = {}
|
||||||
|
|
||||||
local function worker(args)
|
local function worker(args)
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit cefdc887c46f0f7c5d837d1449927e7dbf66b19e
|
Subproject commit cb5d5455987533d08c37fd17fec7dfa757b7130a
|
Loading…
Add table
Reference in a new issue