Add a taskbar that is only shown on maximized tags
This commit is contained in:
parent
7d74396048
commit
f2a9e5b1a7
2 changed files with 63 additions and 0 deletions
1
rc.lua
1
rc.lua
|
@ -33,6 +33,7 @@ tags.setup()
|
|||
-- {{{ widgets
|
||||
widgets = require("widgets")
|
||||
awful.screen.connect_for_each_screen(function(s)
|
||||
widgets.dynamic_taskbar(s)
|
||||
widgets(s).left(
|
||||
{
|
||||
widgets.screennum(s),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue