ironbar: remove module + styling changes
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-09-01 13:59:56 -04:00
parent d1387b4716
commit 688df95ba5
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 6 additions and 21 deletions

View file

@ -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 = {
type = "music";
player_type = "mpris";
@ -44,6 +32,7 @@ in {
show_status_icon = false;
icons.play = "";
icons.pause = "";
cover_image_size = 256;
truncate = {
mode = "end";
max_length = 36;

View file

@ -107,7 +107,7 @@ $crust: #11111b;
padding-left: 0.2rem;
padding-right: 0.2rem;
.album-art {
padding: 0.8rem;
padding: 1.2rem;
}
.title {
padding-top: 0.8rem;
@ -117,14 +117,10 @@ $crust: #11111b;
background-color: transparent;
color: $base;
}
.controls {
.btn-prev,
.btn-play,
.btn-pause,
.btn-next {
padding: 0.3rem;
margin-left: 0.6rem;
}
.controls * {
border-radius: 0;
background-color: transparent;
color: $base;
}
}