Formatting

This commit is contained in:
Thomas Avé 2022-07-23 19:31:38 +02:00
parent 20b61f0f67
commit 8dcb8694e5
11 changed files with 1124 additions and 1125 deletions

View File

@ -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(