add volume notification and changing sound effect
This commit is contained in:
parent
f7d596a488
commit
9eed8fb9c1
3 changed files with 39 additions and 42 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue