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

[ Feature request ] Dark/light colors automatically #28

Open
7system7 opened this issue Oct 10, 2023 · 3 comments
Open

[ Feature request ] Dark/light colors automatically #28

7system7 opened this issue Oct 10, 2023 · 3 comments

Comments

@7system7
Copy link

7system7 commented Oct 10, 2023

Firstly, thank you this awesome extension.

If you have time to improve the extension, just an idea; add ability to change (automatically) the corners that related to the new light theme in GNOME 45. Because w/ this theme, the corners will be still that what we set up in the extension options.

image

Thank you again.

@Aworldc
Copy link

Aworldc commented Nov 11, 2023

yeah. this is a must.

@aunetx
Copy link
Owner

aunetx commented Nov 11, 2023

Hello, that is something I would love doing and I will see what I can do about it.

For the moment, you can use two little scripts to use with Night Theme Switcher extension, mine are:

  • for dark mode
gsettings --schemadir ~/.local/share/gnome-shell/extensions/panel-corners@aunetx/schemas set org.gnome.shell.extensions.panel-corners panel-corner-background-color 'rgb(4,4,3)'
  • for light mode
gsettings --schemadir ~/.local/share/gnome-shell/extensions/panel-corners@aunetx/schemas set org.gnome.shell.extensions.panel-corners panel-corner-background-color 'rgb(99,100,100)'

You can get the rgb value that is currently selected with:

gsettings --schemadir ~/.local/share/gnome-shell/extensions/panel-corners@aunetx/schemas get org.gnome.shell.extensions.panel-corners panel-corner-background-color

This works very nicely for me, and that's the reason why I did not implement it before, but that would still be a nice addition.

@7system7
Copy link
Author

7system7 commented Nov 11, 2023

Then, maybe it would worth to mention these scripts in your README.md as an alternative solution. I already use the Night Theme switcher too, so it works.

Thank you for these scripts!

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

3 participants