diff --git a/core/layout.lua b/core/layout.lua index 191e1a0..61de031 100644 --- a/core/layout.lua +++ b/core/layout.lua @@ -40,7 +40,6 @@ awful.screen.connect_for_each_screen(function(s) -- Create a promptbox for each screen 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 the taglist s.mytaglist = require("core.widgets.taglist")(s) diff --git a/presets/ubuntu-11.10/core/layout.lua b/presets/ubuntu-11.10/core/layout.lua index 191e1a0..61de031 100644 --- a/presets/ubuntu-11.10/core/layout.lua +++ b/presets/ubuntu-11.10/core/layout.lua @@ -40,7 +40,6 @@ awful.screen.connect_for_each_screen(function(s) -- Create a promptbox for each screen 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 the taglist s.mytaglist = require("core.widgets.taglist")(s) diff --git a/presets/ubuntu-20.04/core/layout.lua b/presets/ubuntu-20.04/core/layout.lua index d7c8bd3..6f90671 100644 --- a/presets/ubuntu-20.04/core/layout.lua +++ b/presets/ubuntu-20.04/core/layout.lua @@ -40,7 +40,6 @@ awful.screen.connect_for_each_screen(function(s) -- Create a promptbox for each screen 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 the taglist s.mytaglist = require("core.widgets.taglist")(s)