✨ eww(calendar, volume-control, floating-media): changed some stuff lol
This commit is contained in:
@@ -1,19 +1,23 @@
|
|||||||
|
|
||||||
.calendar-box {
|
.calendar-box {
|
||||||
padding: 12px;
|
padding: 10px;
|
||||||
background: rgba($background, 0.6);
|
background: rgba($background, 0.6);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
|
||||||
& > label.calendar-header {
|
& > label.calendar-header {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.month-calendar {
|
.month-calendar {
|
||||||
transition: all 120ms linear;
|
& > * {
|
||||||
border-radius: 8px;
|
background: lighten($color: $background, $amount: 2);
|
||||||
padding: 6px;
|
}
|
||||||
font-weight: 600;
|
border-radius: 12px;
|
||||||
|
padding: 0 5px;
|
||||||
|
padding-top: 10px;
|
||||||
|
font-weight: 500;
|
||||||
|
|
||||||
& > .header {
|
& > .header {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
@@ -24,7 +28,7 @@
|
|||||||
|
|
||||||
// Selected day / Current day
|
// Selected day / Current day
|
||||||
&:selected {
|
&:selected {
|
||||||
background: darken($color: $color3, $amount: 20);
|
background: darken($color: $color1, $amount: 20);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
.volume-control {
|
.volume-control {
|
||||||
background: rgba($background, .8);
|
background: rgba($background, .6);
|
||||||
padding: 8px;
|
padding: 6px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
border: .5px solid rgba($foreground, .3);
|
|
||||||
|
|
||||||
trough {
|
trough {
|
||||||
background: rgba(lighten($color: $background, $amount: 8), .4);
|
background: rgba(lighten($color: $background, $amount: 8), .4);
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:orientation "vertical"
|
:orientation "vertical"
|
||||||
|
|
||||||
(label :class "calendar-header"
|
(label :class "calendar-header"
|
||||||
:text "${month-name}")
|
:text "${month-name} ${day}, ${year}")
|
||||||
(calendar :class "month-calendar"
|
(calendar :class "month-calendar"
|
||||||
:show-details true
|
:show-details true
|
||||||
:show-heading true
|
:show-heading true
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
(defwindow floating-media []
|
(defwindow floating-media []
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :anchor "top center"
|
:geometry (geometry :anchor "top center"
|
||||||
:width "420px")
|
:width "400px")
|
||||||
:exclusive false
|
:exclusive false
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
:focusable false
|
:focusable false
|
||||||
|
|||||||
Reference in New Issue
Block a user