BlingCorp / bling

Utilities for the awesome window manager
https://blingcorp.github.io/bling/
MIT License
852 stars 49 forks source link

Improve tabbar's layout with modern style #209

Closed Docteur-Lalla closed 1 year ago

Docteur-Lalla commented 1 year ago

Using tabbed module with modern style, if the title of the currently focused client is too long, the minimize-floating-close buttons are not displayed, as the following screenshot shows: Screenshot-2023-05-09-14-38-22

This work changes the layout so that the placement of the icon and the buttons take precedence over the placement of the title textbox. This way, the three elements are displayed correctly and the title is truncated as much as needed: Screenshot-2023-05-09-14-44-00

Moreover, as the screenshot shows, an extra margin has been added between the client icon and the title to prevent them to be stuck to each other.