Skip to content

Commit

Permalink
Add TODO, plan for future
Browse files Browse the repository at this point in the history
  • Loading branch information
ojv committed May 18, 2017
1 parent 52a143d commit a4ebcd4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ end

-- WIDGET -- {{{1
function widget.make(raw) -- {{{2
-- TODO:
-- This thing has grown out of proportion
--
-- All the functions passing the composed widgets back as arguments
-- should be rewritted to pass a single param object/table.
--
-- This will break user declarations, so it needs to test whether it receives
-- a param object or the widgets as params. Write something that produces
-- these functions
local layout = wibox.layout.fixed.horizontal()

local iconbox = nil
Expand Down

0 comments on commit a4ebcd4

Please sign in to comment.