1
0
Fork 0
forked from foxora/nix

added audio source controls :3

This commit is contained in:
foxora 2026-03-22 13:15:50 +00:00
parent ab94f48294
commit ae6f3d7438
3 changed files with 55 additions and 5 deletions

View file

@ -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
*/