ironbar: remove module + styling changes
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
d1387b4716
commit
688df95ba5
2 changed files with 6 additions and 21 deletions
|
@ -25,18 +25,6 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
pfp = rec {
|
|
||||||
type = "custom";
|
|
||||||
name = "pfp";
|
|
||||||
class = name;
|
|
||||||
bar = [
|
|
||||||
{
|
|
||||||
type = "image";
|
|
||||||
src = "https://img.notohh.dev/JoYRnUdM.png";
|
|
||||||
size = 24;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
music = {
|
music = {
|
||||||
type = "music";
|
type = "music";
|
||||||
player_type = "mpris";
|
player_type = "mpris";
|
||||||
|
@ -44,6 +32,7 @@ in {
|
||||||
show_status_icon = false;
|
show_status_icon = false;
|
||||||
icons.play = "";
|
icons.play = "";
|
||||||
icons.pause = "";
|
icons.pause = "";
|
||||||
|
cover_image_size = 256;
|
||||||
truncate = {
|
truncate = {
|
||||||
mode = "end";
|
mode = "end";
|
||||||
max_length = 36;
|
max_length = 36;
|
||||||
|
|
|
@ -107,7 +107,7 @@ $crust: #11111b;
|
||||||
padding-left: 0.2rem;
|
padding-left: 0.2rem;
|
||||||
padding-right: 0.2rem;
|
padding-right: 0.2rem;
|
||||||
.album-art {
|
.album-art {
|
||||||
padding: 0.8rem;
|
padding: 1.2rem;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
padding-top: 0.8rem;
|
padding-top: 0.8rem;
|
||||||
|
@ -117,14 +117,10 @@ $crust: #11111b;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $base;
|
color: $base;
|
||||||
}
|
}
|
||||||
.controls {
|
.controls * {
|
||||||
.btn-prev,
|
border-radius: 0;
|
||||||
.btn-play,
|
background-color: transparent;
|
||||||
.btn-pause,
|
color: $base;
|
||||||
.btn-next {
|
|
||||||
padding: 0.3rem;
|
|
||||||
margin-left: 0.6rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue