summaryrefslogtreecommitdiff
path: root/modules/bar
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-02 17:09:55 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-02 17:09:55 +1000
commit6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4 (patch)
tree15e6b281d09c3ec452084348459e0980334a822f /modules/bar
parentdashboard: better no media (diff)
downloadcaelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.tar.gz
caelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.tar.bz2
caelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.zip
config: add apps config
Closes #318 and #305
Diffstat (limited to 'modules/bar')
-rw-r--r--modules/bar/popouts/Audio.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/popouts/Audio.qml b/modules/bar/popouts/Audio.qml
index 7afacb4..6714eb8 100644
--- a/modules/bar/popouts/Audio.qml
+++ b/modules/bar/popouts/Audio.qml
@@ -43,7 +43,7 @@ ColumnLayout {
StateLayer {
function onClicked(): void {
root.wrapper.hasCurrent = false;
- Quickshell.execDetached(["app2unit", "--", ...Config.bar.externalAudioProgram]);
+ Quickshell.execDetached(["app2unit", "--", ...Config.general.apps.audio]);
}
}