tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.2k stars 229 forks source link

poll window title also on workspace change (not only window events) #991

Closed LokiLuciferase closed 9 months ago

LokiLuciferase commented 9 months ago

Currently, the title module only considers window events. That means that the previous window title remains displayed even if the workspace is switched to an empty workspace.

This changes that behaviour so that also workspace events are listened to. Now switching to an empty workspace removes the window title and replaces it with the name of the workspace.

tobi-wan-kenobi commented 9 months ago

Oh, that is a really good change, thank you kindly!