mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 11:59:58 -05:00
remove annoying osd popup when Audio changes
This commit is contained in:
@@ -75,7 +75,7 @@ export default (monitor = 0) => {
|
|||||||
volumeIndicator.attribute.headphones !== usingHeadphones) {
|
volumeIndicator.attribute.headphones !== usingHeadphones) {
|
||||||
volumeIndicator.attribute.headphones = usingHeadphones;
|
volumeIndicator.attribute.headphones = usingHeadphones;
|
||||||
self.label = usingHeadphones ? 'Headphones' : 'Speakers';
|
self.label = usingHeadphones ? 'Headphones' : 'Speakers';
|
||||||
Indicator.popup(1);
|
// Indicator.popup(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.hook(Audio, updateAudioDevice);
|
self.hook(Audio, updateAudioDevice);
|
||||||
|
|||||||
Reference in New Issue
Block a user