eww: remove player window

This commit is contained in:
2025-06-18 14:21:27 +02:00
parent 285f7a37b7
commit 656573db82
21 changed files with 75 additions and 477 deletions

View File

@@ -163,6 +163,47 @@
background: linear-gradient(to right, $bg-alt, transparent);
}
.player-cover-box {
background-size: 140px;
min-height: 140px;
min-width: 140px;
border-radius: 20px;
background-repeat: no-repeat;
background-position: center;
}
.player-box {
margin: 40px 30px 30px 50px;
}
.player-info-box {
font-size: 14px;
}
.player-info-title,
.player-info-artist {
color: $blue;
font-weight: bold;
}
.player-info-album,
.player-info-length {
color: $fg-alt;
}
.player-info-button {
background-color: $gray-alt;
padding: 15px;
border-radius: 20px;
font-weight: bold;
margin-top: 10px;
}
.cavabar {
font-size: 14px;
color: $lavender;
}
.music-controls-box {
margin: 20px 20px 0px 20px;
background-color: $gray-alt;