Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Support for changing close/maximize/minimize buttons #20

Closed
caioolivv opened this issue Jul 26, 2022 · 2 comments
Closed

Support for changing close/maximize/minimize buttons #20

caioolivv opened this issue Jul 26, 2022 · 2 comments
Labels
type/question Question about the project

Comments

@caioolivv
Copy link

Is it or will it be possible to change the buttons and their colors with AdwCustomizer?

@ArtyIF
Copy link
Contributor

ArtyIF commented Jul 26, 2022 via email

@ArtyIF ArtyIF added the type/question Question about the project label Jul 26, 2022
@ArtyIF
Copy link
Contributor

ArtyIF commented Jul 26, 2022

In particular, if you want to hide the circles from the window controls, use:

windowcontrols image {
    background-color: transparent;
}
    
/* If you want to keep the circles when you hover: */
windowcontrols image:hover {
    background-color: alpha(@headerbar_fg_color, 0.07);
}

/* When the buttons are pushed down: */
windowcontrols image:active {
    background-color: alpha(@headerbar_fg_color, 0.16);
}

The alpha values are based on values the flat buttons use.

@GradienceTeam GradienceTeam locked and limited conversation to collaborators Jul 26, 2022
@ArtyIF ArtyIF converted this issue into discussion #21 Jul 26, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
type/question Question about the project
Projects
Status: Done
Development

No branches or pull requests

2 participants