Thanks for your reply and suggestion, Richard. I tried the following
piece of code, but it had no effect on mywibox/statusbar

tag.add_signal("property::selected", function(t)
    if t.name == "media" then
        mywibox[t.screen].visible = false
      else
        mywibox[t.screen].visible = true
    end
end)

What's wrong here?

===

Also I've got personal e-mail from the user 'immerrr' with the
following proposal:

screen[s]:add_signal("tag::history::update",
                     function ()
                       mywibox[s].visible = (awful.tag.selected(s) == tags[5])
                     end)
                
But it didn't work for me either, 'mywibox' still is visible on every tag.

Meanwhile, I'm using Awesome v3.4.6 (Hooch), if it matters.

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to