forked from foxora/nix
added color indication for mute states
This commit is contained in:
parent
24c23362fd
commit
909300bc26
1 changed files with 14 additions and 0 deletions
|
|
@ -105,11 +105,25 @@ right-side modules
|
||||||
#pulseaudio.sink {
|
#pulseaudio.sink {
|
||||||
margin: 4px 0 4px 4px;
|
margin: 4px 0 4px 4px;
|
||||||
border-radius: 32px 0px 0px 32px;
|
border-radius: 32px 0px 0px 32px;
|
||||||
|
color: @colorbg;
|
||||||
|
border-color: @color12;
|
||||||
|
background-color: @color12;
|
||||||
|
}
|
||||||
|
#pulseaudio.sink.muted {
|
||||||
|
color: @color12;
|
||||||
|
background-color: @colorbg;
|
||||||
}
|
}
|
||||||
#pulseaudio.source {
|
#pulseaudio.source {
|
||||||
margin: 4px 0 4px 0;
|
margin: 4px 0 4px 0;
|
||||||
border-radius: 0px 32px 32px 0px;
|
border-radius: 0px 32px 32px 0px;
|
||||||
border-width: 1px 1px 1px 0px;
|
border-width: 1px 1px 1px 0px;
|
||||||
|
color: @colorbg;
|
||||||
|
border-color: @color14;
|
||||||
|
background-color: @color14;
|
||||||
|
}
|
||||||
|
#pulseaudio.source.source-muted {
|
||||||
|
color: @color14;
|
||||||
|
background-color: @colorbg;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue