avahe-kellenberger / nimdow

A window manager written in Nim (In Development)
GNU General Public License v2.0
317 stars 19 forks source link

Add option to set the colour of a tag which has windows on it, and to disable the indicator #232

Closed PMunch closed 2 months ago

PMunch commented 3 months ago

Closes #231. This adds an option barHasTagsColor which sets the colour of a tag that has windows (just realized this is a very poor name, but don't have time to fix it right now). It also adds an option barShowIndicator which defaults to true and selects whether the indicator box is drawn or not.

Should probably choose a better name, and possibly also make it default to the same as the foreground color if no colour is explicitly set.

PMunch commented 3 months ago

There, now the name is better, barHasWindowsColor, and it defaults to the fgColor if no colour is specified.