mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 14:59:59 -05:00
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