eww: add new tiles to control-center, new notification popup, new styles for a lot of widgets

This commit is contained in:
retrozinndev
2025-01-07 16:26:20 -03:00
parent 435b222e03
commit c505ecf4cf
43 changed files with 802 additions and 319 deletions
+29 -1
View File
@@ -1,5 +1,5 @@
.floating-notifications {
& > .floating-notification {
& > .notifications .floating-notification {
$background-color: darken($color: $color1, $amount: 40);
background: $background-color;
border-radius: 16px;
@@ -45,4 +45,32 @@
}
}
& > .bottom {
padding: 8px;
margin: 0 8px;
& .tip {
background: darken($color: $color1, $amount: 40);
border-radius: 12px;
padding: 8px 12px;
box-shadow: 0 0 0px 1px $background;
& > .icon {
margin-right: 4px;
font-size: 16px;
}
}
& > .right {
background: darken($color: $color1, $amount: 40);
border-radius: 12px;
box-shadow: 0 0 0px 1px $background;
& .icon {
margin-right: 4px;
font-size: 16px;
}
}
}
}