Update taglist when tag.volatile value is changed (#3765)

The `volatile` property is supported by the taglist (theme variables
`beautiful.taglist_bg_volatile` and `beautiful.taglist_fg_volatile`)
but taglist is not updated when the property is changed.
This commit is contained in:
David Kosorin 2023-01-17 00:02:11 +01:00 committed by GitHub
parent d5a987d9c6
commit b54e50ad6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -711,6 +711,7 @@ function taglist.new(args, filter, buttons, style, update_function, base_widget)
tag.attached_connect_signal(nil, "property::screen", ut)
tag.attached_connect_signal(nil, "property::index", ut)
tag.attached_connect_signal(nil, "property::urgent", ut)
tag.attached_connect_signal(nil, "property::volatile", ut)
capi.client.connect_signal("property::screen", function(c, old_screen)
u(c.screen)
u(old_screen)