bakkeby / dwm-flexipatch

A dwm build with preprocessor directives to decide which patches to include during build time
MIT License
1.15k stars 234 forks source link

Powerline for flexwintitle #420

Open salastro opened 5 months ago

salastro commented 5 months ago

Hello, I explored dusk a bit and found the bar has powerline-like dashes in the window titles. However, there is no such option in flexipatch. How can I port/implement it? Thank you.

bakkeby commented 5 months ago

If you are specifically referring to powerline for window titles then the only thing is a window title module that draws the arrows (or slashes) as separators between the titles. Examples of this would be the powerline status and tags modules. It would probably be easiest to start with awesomebar or fancybar as their implementations are a lot simpler.

The dusk implementation may not be that easy or relevant to port as it ties into powerline separators between bar modules.