-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate and remove colour variables in the configuration file #263
Comments
Think I ask u about borders a while back. Also, I don't really understand what |
Yes that is just to differentiate the border colour between tiled and floating windows, originates from the float border color patch. I don't particularly like it, but of course it gives more granularity when it comes to colour choices. Personally I think it makes more sense having a separate colour scheme for floating windows. |
…order color patch and rewrite xrdb ref. #263
…order color patch and rewrite xrdb ref. #263
Any updates on this? Would love to see this get implemented. |
There is a demonstration on the experimental vertigo branch. It is likely too game breaking to merge into the main dwm-flexipatch. |
…order color patch and rewrite xrdb ref. #263
The default configuration has a lot of variables to cover for each colour of the many colour schemes, e.g.
The main reason why the variables exist is because the base dwm re-uses some of the colours and more importantly because the xrdb patch relies on these variables for overloading the colour strings with data from XResources.
I would suggest removing the colour variables and instead set the colours directly in the colour schemes instead.
The resource prefix would then be used in a revamped xrdb patch which would look up normfgcolor, normbgcolor.normbordercolor and normfloatcolor X resources and generate new colours based on that.
The benefit of doing it this way is that:
The drawback of this is that it may be confusing to a lot of people and how xresources works will need to be documented.
A practical example of this can be found in my dusk build.
Feel free to vote on such a change by giving this issue a 👍 or 👎.
The text was updated successfully, but these errors were encountered: