forked from Shinonome/dots-hyprland
sideright: clearer audio source name
This commit is contained in:
@@ -31,7 +31,7 @@ const AppVolume = (stream) => Box({
|
|||||||
label: stream.description,
|
label: stream.description,
|
||||||
className: 'txt-small',
|
className: 'txt-small',
|
||||||
setup: (self) => self.hook(stream, (self) => {
|
setup: (self) => self.hook(stream, (self) => {
|
||||||
self.label = `${stream.description}`
|
self.label = `${stream.stream.name} • ${stream.description}`
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
Slider({
|
Slider({
|
||||||
|
|||||||
Reference in New Issue
Block a user