mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Audio: added a settings to choose your favorite external audio mixer (ex: pavucontrol, ...)
This commit is contained in:
@@ -86,7 +86,7 @@ Item {
|
||||
}
|
||||
|
||||
function openExternalMixer() {
|
||||
Quickshell.execDetached(["sh", "-c", "pwvucontrol || pavucontrol"]);
|
||||
Quickshell.execDetached(["sh", "-c", Settings.data.audio.externalMixer]);
|
||||
}
|
||||
|
||||
NPopupContextMenu {
|
||||
|
||||
@@ -59,7 +59,7 @@ Item {
|
||||
}
|
||||
|
||||
function openExternalMixer() {
|
||||
Quickshell.execDetached(["sh", "-c", "pwvucontrol || pavucontrol"]);
|
||||
Quickshell.execDetached(["sh", "-c", Settings.data.audio.externalMixer]);
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
||||
Reference in New Issue
Block a user