Add a widget displaying the screen number
This commit is contained in:
parent
a712bc07bd
commit
364ec85884
2 changed files with 9 additions and 0 deletions
1
rc.lua
1
rc.lua
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue