Files
hyprdots/eww/eww.scss
2023-07-24 12:04:11 +05:30

103 lines
1.7 KiB
SCSS

* {
all: unset;
}
/** Background ***************************************/
.bg {
background-color: rgba(0,0,0,0);
opacity: 0;
}
/** Generic window ***********************************/
.genwin {
//background-color: rgba(39, 40, 34, 0.7);
background-color: rgba(0,0,0,0);
border-radius: 16px;
}
/** Clock ********************************************/
.time_hour, .time_min {
color: #81A1C1;
font-size : 70px;
font-weight : bold;
}
.time_hour {
margin : 10px 0px 0px 40px;
}
.time_min {
margin : 0px 0px 10px 0px;
}
.time_mer {
color: #A3BE8C;
font-size : 40px;
font-weight : bold;
margin : 20px 0px 0px 0px;
}
.time_day {
color: #EBCB8B;
font-size : 30px;
font-weight : normal;
margin : 0px 0px 20px 0px;
}
/** Music ***************************************/
.album_art {
background-size: cover;
background-repeat:no-repeat;
background-color: rgba(0,0,0,0);
min-height: 240px;
min-width: 240px;
margin: 0px 50px 0px 0px;
border-radius: 15px;
border-style:none;
}
.song {
color: #8FBCBB;
font-size : 24px;
font-weight : bold;
margin : 10px 0px 0px 0px;
}
.artist {
color: #EBCB8B;
font-size : 20px;
font-weight : normal;
margin : 0px 0px 0px 0px;
}
.btn_play {
margin : 0px 0px 0px 0px;
color: #A3BE8C;
font-family: IosevkaTerm Nerd Font Mono;
font-size : 70px;
}
.btn_prev {
color: #EBCB8B;
font-size : 32px;
font-weight : normal;
}
.btn_next {
color: #EBCB8B;
font-size : 32px;
font-weight : normal;
}
.music_bar scale trough highlight {
all: unset;
background-image: linear-gradient(to right, #77a5bf 30%, #91bdce 50%, #afcee0 100% *50);
border-radius: 24px;
}
.music_bar scale trough {
background-color: #232232;
border-radius: 24px;
min-height: 13px;
min-width: 190px;
margin : 0px 0px 10px 0px;
}