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

Override panel theme background color with dominant icon color #1564

Open
wants to merge 10 commits into
base: gnome-40
Choose a base branch
from

Commits on Jan 22, 2022

  1. Panels now change color according to the dominant color of the focuse…

    …d app icon. Still working on ability to turn this feature on and off.
    Austint30 committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    5106bb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ae70d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Implemented ability to change dominant color brightness (linear light…

    … formula). Still a bug where brightness value gets set to 0.5 when user sets to 0 in settings.
    Austint30 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0532ddd View commit details
    Browse the repository at this point in the history
  2. Renamed _getFocusedAppDominantColor() to _getAppDominantColor() becau…

    …se it doesn't care if the app is focused or not.
    Austint30 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ac5d608 View commit details
    Browse the repository at this point in the history
  3. Added ability to apply dominant color optionally to window preview as…

    … well as choose its brightness
    Austint30 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    20dac20 View commit details
    Browse the repository at this point in the history
  4. Fixed issue where window preview brightness adds upon brightness of p…

    …anel. Not seperate like it's supposed to be.
    Austint30 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9da5ad1 View commit details
    Browse the repository at this point in the history
  5. Removed some logs

    Austint30 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b00b0ec View commit details
    Browse the repository at this point in the history
  6. Fixed bug where when dominant color brightness is set to 0 it resets …

    …to default brightness.
    Austint30 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    df69b95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69cea48 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    4307680 View commit details
    Browse the repository at this point in the history