Zren / material-decoration

Material-ish window decoration theme for KWin, with LIM, based on zzag's original design.
GNU General Public License v2.0
197 stars 17 forks source link

[Feature Request] Show window title before the menu #51

Open emvaized opened 3 years ago

emvaized commented 3 years ago

It would be nice if there will be an option to show window title before the menu, like this: illustration

Zren commented 3 years ago

This would makes sense to add as this is the look most mac top panels have. However most window captions are really long. I'd probably need to draw the application name instead of the client's caption property.

Zren commented 2 years ago

AbstractClient::iconFromDesktopFile has a good example of reading the Icon from the desktop file which we can use as an example to get the name.