removed abandoned widget from layout
This commit is contained in:
parent
982d46b461
commit
427951430f
|
@ -40,7 +40,6 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
|
|
||||||
-- Create a promptbox for each screen
|
-- Create a promptbox for each screen
|
||||||
s.mypromptbox = require("core.widgets.prompt")()
|
s.mypromptbox = require("core.widgets.prompt")()
|
||||||
require("widgets.stickers")(s)
|
|
||||||
-- Create an imagebox widget which will contain an icon indicating which layout we're using.
|
-- Create an imagebox widget which will contain an icon indicating which layout we're using.
|
||||||
-- Create the taglist
|
-- Create the taglist
|
||||||
s.mytaglist = require("core.widgets.taglist")(s)
|
s.mytaglist = require("core.widgets.taglist")(s)
|
||||||
|
|
|
@ -40,7 +40,6 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
|
|
||||||
-- Create a promptbox for each screen
|
-- Create a promptbox for each screen
|
||||||
s.mypromptbox = require("core.widgets.prompt")()
|
s.mypromptbox = require("core.widgets.prompt")()
|
||||||
require("widgets.stickers")(s)
|
|
||||||
-- Create an imagebox widget which will contain an icon indicating which layout we're using.
|
-- Create an imagebox widget which will contain an icon indicating which layout we're using.
|
||||||
-- Create the taglist
|
-- Create the taglist
|
||||||
s.mytaglist = require("core.widgets.taglist")(s)
|
s.mytaglist = require("core.widgets.taglist")(s)
|
||||||
|
|
|
@ -40,7 +40,6 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
|
|
||||||
-- Create a promptbox for each screen
|
-- Create a promptbox for each screen
|
||||||
s.mypromptbox = require("core.widgets.prompt")()
|
s.mypromptbox = require("core.widgets.prompt")()
|
||||||
require("widgets.stickers")(s)
|
|
||||||
-- Create an imagebox widget which will contain an icon indicating which layout we're using.
|
-- Create an imagebox widget which will contain an icon indicating which layout we're using.
|
||||||
-- Create the taglist
|
-- Create the taglist
|
||||||
s.mytaglist = require("core.widgets.taglist")(s)
|
s.mytaglist = require("core.widgets.taglist")(s)
|
||||||
|
|
Loading…
Reference in New Issue