feat(sideright): add Flatpak support for EasyEffects service and toggle

This commit is contained in:
0blivi0nis
2025-09-17 23:49:45 +00:00
parent c41364fb16
commit 103d349c5f
2 changed files with 5 additions and 5 deletions
@@ -21,7 +21,7 @@ QuickToggleButton {
}
altAction: () => {
Quickshell.execDetached(["easyeffects"])
Quickshell.execDetached(["bash", "-c", "flatpak run com.github.wwmm.easyeffects || easyeffects"])
GlobalStates.sidebarRightOpen = false
}