feat: add dnd toggle button

This commit is contained in:
tux
2025-10-12 06:12:35 +05:30
parent 0c7610355f
commit 4b7ae63bc8
6 changed files with 85 additions and 5 deletions

View File

@@ -61,6 +61,27 @@ window.control-center {
}
}
.notification-list {
.focus {
background: $accent;
}
button {
background-color: $inactive-color;
border-radius: calc($rounded / 1.5);
padding: 10px;
transition: color 100ms;
&:hover {
background-color: rgba($accent, 1);
}
image {
-gtk-icon-size: 1.2rem;
}
}
}
.footer {
label {
color: $accent;