forked from Shinonome/dots-hyprland
107 lines
1.9 KiB
SCSS
107 lines
1.9 KiB
SCSS
.song-cover-art {
|
|
@include rounding;
|
|
background-position: center;
|
|
background-size: cover;
|
|
margin: 4px 5px 4px 0;
|
|
min-height: 24px;
|
|
min-width: 24px;
|
|
}
|
|
|
|
.music-window {
|
|
@include window;
|
|
background-color: $colorbg;
|
|
border: 3px solid;
|
|
color: $colortext;
|
|
padding: 3px;
|
|
margin: 3px;
|
|
}
|
|
|
|
.music-cover-art {
|
|
@include rounding;
|
|
background-position: center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
// border-radius: 5px;
|
|
margin: 1em;
|
|
min-height: 200px;
|
|
min-width: 200px;
|
|
// background-image: url("/home/end/.config/eww/images/LinageTrack.png");
|
|
}
|
|
|
|
.music-box {
|
|
margin: 1rem 1rem 1rem 0;
|
|
}
|
|
|
|
.music-title {
|
|
// font-weight: bold;
|
|
font-family: 'Gabarito', 'Material Symbols Rounded';
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.music-artist {
|
|
font-family: 'Gabarito', 'Material Symbols Rounded';
|
|
color: $color1;
|
|
}
|
|
|
|
.music-button label {
|
|
font-family: 'Material Symbols Rounded';
|
|
// color: $text;
|
|
font-size: 2rem;
|
|
font-family: SF Mono Nerd Font;
|
|
padding: 8px;
|
|
}
|
|
|
|
.music-time {
|
|
font-family: 'Gabarito', 'Material Symbols Rounded';
|
|
color: $color1;
|
|
margin: 0 1rem;
|
|
}
|
|
|
|
.music-bar scale {
|
|
font-family: 'Material Symbols Rounded';
|
|
font-family: SF Mono Nerd Font;
|
|
|
|
highlight {
|
|
background-color: $color1;
|
|
border-radius: 24px;
|
|
}
|
|
|
|
trough {
|
|
background-color: $surface0;
|
|
border-radius: 24px;
|
|
margin-top: 0;
|
|
min-height: 10px;
|
|
min-width: 170px;
|
|
}
|
|
}
|
|
|
|
.music-ctl {
|
|
border-radius: 0px;
|
|
color: $color1;
|
|
// padding-right: 10px;
|
|
min-height: 32px;
|
|
}
|
|
|
|
.music-icon {
|
|
padding-top: 5px; //Because the music icon is a bit high
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
color: $color1;
|
|
background-image: url("images/LinageMusic.png");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.music-ctl-revealer {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.song-button {
|
|
color: $color1;
|
|
padding: 0px;
|
|
}
|
|
|
|
.music-button-box {
|
|
font-family: 'Material Symbols Rounded';
|
|
} |