Formatting
This commit is contained in:
parent
20b61f0f67
commit
8dcb8694e5
|
@ -10,7 +10,6 @@
|
||||||
-- ===================================================================
|
-- ===================================================================
|
||||||
|
|
||||||
|
|
||||||
local clickable_container = require('widgets.clickable-container')
|
|
||||||
local awful = require('awful')
|
local awful = require('awful')
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,7 +20,7 @@ local awful = require('awful')
|
||||||
|
|
||||||
-- Create an imagebox widget which will contains an icon indicating which layout we're using.
|
-- Create an imagebox widget which will contains an icon indicating which layout we're using.
|
||||||
-- We need one layoutbox per screen.
|
-- We need one layoutbox per screen.
|
||||||
local layout_box = clickable_container(awful.widget.layoutbox(s))
|
local layout_box = awful.widget.layoutbox(s)
|
||||||
|
|
||||||
layout_box:buttons(
|
layout_box:buttons(
|
||||||
awful.util.table.join(
|
awful.util.table.join(
|
||||||
|
|
Loading…
Reference in New Issue