WIP: awesomerc.tl
should work #85
|
@ -27,6 +27,7 @@ local type_map <const>: { string : string } = {
|
||||||
template = "table",
|
template = "table",
|
||||||
["true"] = "boolean", -- Either Teal should support literal types or maybe Awesome should use booleans instead of true
|
["true"] = "boolean", -- Either Teal should support literal types or maybe Awesome should use booleans instead of true
|
||||||
["wibox.container"] = "table",
|
["wibox.container"] = "table",
|
||||||
|
["wibox.drawable"] = "Drawable",
|
||||||
["wibox.layout"] = "table",
|
["wibox.layout"] = "table",
|
||||||
widget = "wibox.widget",
|
widget = "wibox.widget",
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue