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

Introduce opacity preferences for the dock in overview #30

Closed
lunaneff opened this issue Apr 20, 2021 · 6 comments
Closed

Introduce opacity preferences for the dock in overview #30

lunaneff opened this issue Apr 20, 2021 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@lunaneff
Copy link

The dash usually has a light grey background, but with this extension, it's fully transparent. I think a semi-transparent background would look better. If this is intentional, I've also noticed that the background isn't restored after the extension is disabled.

Before enabling:

Bildschirmfoto von 2021-04-20 18-25-29

After enabling:

Bildschirmfoto von 2021-04-20 18-25-44

After disabling:

Bildschirmfoto von 2021-04-20 18-25-52

aunetx added a commit that referenced this issue Apr 20, 2021
@aunetx
Copy link
Owner

aunetx commented Apr 20, 2021

Thanks :)
I just fixed the bug when disabling the extension!

I will think about adding this feature to preferences, although it is becoming harder and harder to add preferences with gtk4...
If you want to change this for your installation (before I add this to the prefs), you can change the css string of line 19 of dash.js to something like background-color:rgba(0,0,0,0.5) for example!

@aunetx aunetx self-assigned this Apr 20, 2021
@aunetx aunetx added the enhancement New feature or request label Apr 20, 2021
@lunaneff
Copy link
Author

lunaneff commented Apr 20, 2021

Alright, thanks. Looks better now, I went with rgba(0,0,0,0.25), which looks like this with my wallpaper:

Bildschirmfoto von 2021-04-20 19-17-54

@aunetx
Copy link
Owner

aunetx commented Apr 20, 2021

I agree that it looks cooler :)
I will really try to add this to the preferences, I guess it is really important!

@aunetx aunetx changed the title GNOME 40: Dash background missing Introduce opacity preferences for the dock in overview Apr 20, 2021
aunetx added a commit that referenced this issue Apr 21, 2021
@aunetx
Copy link
Owner

aunetx commented Apr 21, 2021

Done, you can test it on last version from github :)
Also changed folder background, as it looked very dark

@aunetx aunetx closed this as completed Apr 21, 2021
@lunaneff
Copy link
Author

Thanks, both the dash and folders look nice now and the option to control the opacity works perfectly on my system as well

@aunetx
Copy link
Owner

aunetx commented Apr 21, 2021

Cool, glad it please you :)

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

No branches or pull requests

2 participants