Add a taskbar that is only shown on maximized tags

This commit is contained in:
Alexander Gehrke 2022-08-28 01:02:06 +02:00
parent 7d74396048
commit f2a9e5b1a7
2 changed files with 63 additions and 0 deletions

1
rc.lua
View file

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