hyprpwcenter

This commit is contained in:
Zacharias-Brohn
2025-12-09 22:37:49 +01:00
parent d8a103eac3
commit 07e7519cbb
2 changed files with 58 additions and 1 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ Item {
color: DynamicColors.palette.m3onPrimaryContainer
function onClicked(): void {
Quickshell.execDetached(["app2unit", "--", "pavucontrol"]);
Quickshell.execDetached(["app2unit", "--", "hyprpwcenter"]);
root.wrapper.hasCurrent = false;
}
}