From 07e7519cbb9f2f919f9ef0353f68f5a502c7e521 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Tue, 9 Dec 2025 22:37:49 +0100 Subject: [PATCH] hyprpwcenter --- .pyre/pyre.stderr | 57 ++++++++++++++++++++++++++++++++++++++++++ Modules/AudioPopup.qml | 2 +- 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 .pyre/pyre.stderr diff --git a/.pyre/pyre.stderr b/.pyre/pyre.stderr new file mode 100644 index 0000000..d204ccb --- /dev/null +++ b/.pyre/pyre.stderr @@ -0,0 +1,57 @@ +2025-12-07 22:09:09,562 [PID 464734] DEBUG Using selector: EpollSelector +2025-12-07 22:09:09,562 [PID 464734] INFO Reading Pyre server configurations... +2025-12-07 22:09:09,565 [PID 464734] ERROR Uncaught error in persistent.run +Traceback (most recent call last): + File "/home/zach/.local/share/nvim/mason/packages/pyre/venv/lib/python3.13/site-packages/pyre_check/client/commands/persistent.py", line 299, in run + return asyncio.get_event_loop().run_until_complete( + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ + run_persistent( + ^^^^^^^^^^^^^^^ + ...<2 lines>... + ) + ^ + ) + ^ + File "/usr/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete + return future.result() + ~~~~~~~~~~~~~^^ + File "/home/zach/.local/share/nvim/mason/packages/pyre/venv/lib/python3.13/site-packages/pyre_check/client/commands/persistent.py", line 224, in run_persistent + initial_server_options = pyre_server_options.read_server_options( + server_options_reader, remote_logging + ) + File "/home/zach/.local/share/nvim/mason/packages/pyre/venv/lib/python3.13/site-packages/pyre_check/client/commands/pyre_server_options.py", line 129, in read_server_options + return server_options_reader() + File "/home/zach/.local/share/nvim/mason/packages/pyre/venv/lib/python3.13/site-packages/pyre_check/client/commands/pyre_server_options.py", line 114, in read + return PyreServerOptions.create( + ~~~~~~~~~~~~~~~~~~~~~~~~^ + start_command_argument=start_command_argument, + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + configuration=read_frontend_configuration(), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + language_server_features=language_server_features, + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ) + ^ + File "/home/zach/.local/share/nvim/mason/packages/pyre/venv/lib/python3.13/site-packages/pyre_check/client/commands/pyre_server_options.py", line 93, in create + start_arguments = start.create_server_arguments( + configuration, + start_command_argument, + False, # kill_buck_after_build + ) + File "/home/zach/.local/share/nvim/mason/packages/pyre/venv/lib/python3.13/site-packages/pyre_check/client/commands/start.py", line 311, in create_server_arguments + source_paths = backend_arguments.get_source_path_for_server( + configuration, + ...<3 lines>... + watchman_root, + ) + File "/home/zach/.local/share/nvim/mason/packages/pyre/venv/lib/python3.13/site-packages/pyre_check/client/backend_arguments.py", line 418, in get_source_path_for_server + return get_source_path( + configuration, + ...<4 lines>... + watchman_root, + ) + File "/home/zach/.local/share/nvim/mason/packages/pyre/venv/lib/python3.13/site-packages/pyre_check/client/backend_arguments.py", line 397, in get_source_path + raise configuration_module.InvalidConfiguration( + ...<2 lines>... + ) +pyre_check.client.configuration.exceptions.InvalidConfiguration: Invalid configuration: Cannot find any source files to analyze. Either `source_directories` or `targets` must be specified. diff --git a/Modules/AudioPopup.qml b/Modules/AudioPopup.qml index 780d47a..6ec691e 100644 --- a/Modules/AudioPopup.qml +++ b/Modules/AudioPopup.qml @@ -135,7 +135,7 @@ Item { color: DynamicColors.palette.m3onPrimaryContainer function onClicked(): void { - Quickshell.execDetached(["app2unit", "--", "pavucontrol"]); + Quickshell.execDetached(["app2unit", "--", "hyprpwcenter"]); root.wrapper.hasCurrent = false; } }