ags: make osd work, new window management system, lots of improvements

This commit is contained in:
retrozinndev
2025-02-07 16:02:58 -03:00
parent 0bd0b53589
commit b0bd785ddd
24 changed files with 559 additions and 254 deletions
+54 -12
View File
@@ -4,23 +4,65 @@
.control-center-container {
background: rgba(wal.$background, .65);
border-radius: 24px;
padding: 24px 22px;
padding: 20px 14px;
& {
& button {
padding: 4px 6px;
& > box {
margin: 9px;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
& .quickactions {
& .hostname {
font-size: 15px;
font-weight: 600;
}
& .quickactions {
background: wal.$color1;
& .hostname {
font-size: 15px;
font-weight: 600;
}
& .uptime {
font-size: 12px;
}
& .uptime {
font-size: 12px;
& .button-row {
& button {
padding: 4px 6px;
}
}
}
& .sliders {
padding: 2px 6px;
& > box {
margin: 8px 0;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
icon {
background-size: 48px;
}
trough {
background: color.adjust($color: wal.$color1, $lightness: -20%);
min-height: .8em;
border-radius: 8px;
}
trough highlight {
background: wal.$color1;
min-height: inherit;
border-radius: inherit;
}
}
}