Add a widget displaying the screen number

This commit is contained in:
Alexander Gehrke 2019-12-10 14:49:28 +01:00
parent a712bc07bd
commit 364ec85884
2 changed files with 9 additions and 0 deletions

1
rc.lua
View file

@ -35,6 +35,7 @@ for s in screen do
local clock = widgets.add.clock("clock", ltop)
widgets.add.text(" (S:" .. s.index .. ") ", lbottom)
widgets.add.layout_indicator(lbottom)
widgets.add.taglist("tags", lbottom)