add volume notification and changing sound effect

This commit is contained in:
Leonardo Eugênio 2022-08-13 10:08:59 -03:00
parent f7d596a488
commit 9eed8fb9c1
3 changed files with 39 additions and 42 deletions

View file

@ -27,7 +27,7 @@ in {
# foreground-color = mkLiteral color.txt;
text-color = mkLiteral color.txt;
# background-color = mkLiteral color.bg;
background-color= mkLiteral "transparent";
background-color = mkLiteral "transparent";
# width = 512;
};
@ -54,21 +54,20 @@ in {
# };
"#element" = {
# text-color = mkLiteral "#252525";
background-color= mkLiteral "transparent";
background-color = mkLiteral "transparent";
padding = mkLiteral "3px 10px";
};
"#element selected" = {
# text-color = mkLiteral "#252525";
background-color = mkLiteral accent.color;
};
element-icon= {
# background-color= inherit;
# text-color= inherit;
margin-right = mkLiteral "20px";
size = 24;
element-icon = {
# background-color= inherit;
# text-color= inherit;
margin-right = mkLiteral "20px";
size = 24;
};
};
};