get rid of some debugging statements
This commit is contained in:
parent
4d72350a23
commit
6c0805c1f4
2
rc.lua
2
rc.lua
@ -150,8 +150,6 @@ menubar.menu_gen.all_menu_dirs = { "/usr/share/applications/", ".local/share/app
|
|||||||
-- Create a textclock widget
|
-- Create a textclock widget
|
||||||
mytextclock = wibox.widget.textclock("%Y-%m-%d %H:%M")
|
mytextclock = wibox.widget.textclock("%Y-%m-%d %H:%M")
|
||||||
mysystray = wibox.widget.systray()
|
mysystray = wibox.widget.systray()
|
||||||
print(mysystray)
|
|
||||||
for k,v in pairs(mysystray) do print(k,v) end
|
|
||||||
|
|
||||||
-- Create a wibox for each screen and add it
|
-- Create a wibox for each screen and add it
|
||||||
local taglist_buttons = gears.table.join(
|
local taglist_buttons = gears.table.join(
|
||||||
|
Loading…
Reference in New Issue
Block a user