removed abandoned widget from layout

This commit is contained in:
Yessiest 2022-01-19 14:37:37 +04:00
parent 982d46b461
commit 427951430f
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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