refactor: move system info to control center

This commit is contained in:
tux
2025-09-26 03:50:07 +05:30
parent b745b16ca5
commit be1f269fff
12 changed files with 207 additions and 98 deletions

View File

@@ -22,15 +22,26 @@ window.control-center {
}
}
.system-info {
image {
-gtk-icon-size: 4rem;
}
}
.header {
.controls {
button {
background-color: $inactive-color;
border-radius: calc($rounded / 1.5);
padding: 20px;
padding: 10px;
transition: color 100ms;
&:hover {
background-color: $bg-color;
background-color: rgba($accent, 1);
image {
color: $bg-color;
}
}
}
@@ -56,7 +67,7 @@ window.control-center {
}
highlight {
background-color: $fg-color;
background-color: $accent;
min-height: 10px;
min-width: 10px;
border-radius: 10px;