Skip to content

Set transparency in EOS v8.0 #302

Answered by teamcons
doobes asked this question in Q&A
Oct 30, 2024 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

in the hidden folder ~/.config/gtk-4.0/
Create a gtk.css file

Add to it the following lines :

dock {
background: alpha(@bg_color, 0.0);
}

logout, login. dock is now transparent.
you can replace 0.0 with 1 for completely opaque
by default it is 0.6

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@teamcons
Comment options

Comment options

You must be logged in to vote
1 reply
@doobes
Comment options

Answer selected by danirabbit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants