Skip to content
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

different headerbar color when window is active/unactive #90

Open
demostanis opened this issue Sep 8, 2023 · 4 comments
Open

different headerbar color when window is active/unactive #90

demostanis opened this issue Sep 8, 2023 · 4 comments

Comments

@demostanis
Copy link

moved (again) from themix-project/themix-plugin-base16#6
hope this is the right place now...

is there an option/would it be possible to have an option to indicate a different color for the headerbar when its window is active and unactive?
i tried to change WM_BORDER_{UN,}FOCUS but that did not have any effect:
i have a script which does the same as oomox-gui: using the base16 plugin to generate colors which i pipe to change_color.sh. i have a file which contains additional variables.
i set WM_BORDER_FOCUS (i didn't commit it) to 000000 but i see no change in the headerbar' colors

@actionless
Copy link
Member

isn't it the same thing as here? #18

@demostanis
Copy link
Author

i see that i can monkey patch the scss files to get the effect i want, but shouldnt there be a variable to do that?

@actionless
Copy link
Member

yup, you can add one, but it should be then in sync with all the parts of the theme, not just for one toolkit

@demostanis
Copy link
Author

demostanis commented Sep 8, 2023

i see that i can monkey patch the scss files to get the effect i want, but shouldnt there be a variable to do that?

actually, no, it seems that setting titlebar_bg_unfocused doesnt do anything, the titlebar's color when unfocused stays the same when focused (however, changing titlebar_bg_focused does work)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants