forked from foxora/nix
added audio source controls :3
This commit is contained in:
parent
ab94f48294
commit
ae6f3d7438
3 changed files with 55 additions and 5 deletions
|
|
@ -102,6 +102,16 @@ right-side modules
|
|||
color: @colorfg;
|
||||
}
|
||||
|
||||
#pulseaudio.sink {
|
||||
margin: 4px 0 4px 4px;
|
||||
border-radius: 32px 0px 0px 32px;
|
||||
}
|
||||
#pulseaudio.source {
|
||||
margin: 4px 0 4px 0;
|
||||
border-radius: 0px 32px 32px 0px;
|
||||
border-width: 1px 1px 1px 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
connects the workspace and taskbar together :3
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue