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

window-list: additional classes for window state #247

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

trigg
Copy link
Contributor

@trigg trigg commented Apr 21, 2024

No description provided.

@trigg
Copy link
Contributor Author

trigg commented Apr 21, 2024

Allows for rules that change window-list based on state of window

.wf-panel .window-list .minimized {
    opacity: 0.3;
}

@trigg
Copy link
Contributor Author

trigg commented Apr 22, 2024

or a worse example

.wf-panel .window-list .activated image {
    animation-name: pulse-spin;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes pulse-spin {
  to { -gtk-icon-transform: rotate(1turn); }
}

Copy link
Member

@ammen99 ammen99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks cool, thanks :)

@ammen99 ammen99 merged commit dffc9d8 into WayfireWM:master Apr 25, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants