From c1be0f0ccb87af51c5b8a1a948d0f8acb108f9de Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Jul 2025 13:33:11 +1000 Subject: config: allow configuring external audio program Closes #302 --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 498b2f5..4801f1a 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -4,6 +4,7 @@ JsonObject { property bool persistent: true property bool showOnHover: true property int dragThreshold: 20 + property list externalAudioProgram: ["pavucontrol"] property Workspaces workspaces: Workspaces {} property Status status: Status {} property Sizes sizes: Sizes {} -- cgit v1.2.3-freya