Niklas Kleiser

Results 28 comments of Niklas Kleiser

Removing exec-once = fcitx5 from the ~/.config/hypr/hyprland/execs.conf configuration file fixed the issue for me, but I was receiving a slightly different error than in the video when launching applications, which...

Okay, now it should also be visible if it is still loaded after a run.

The GPU column and a symbol in `Resources.qml` are now added . It will only work for Nvidia graphic card right now since I do not have Intel and AMD...

Thank you for your changes. I applied it. Now it should look like yours: It should work for NVIDIA and AMD now.

Thank you for your request! You can now select which graphics card information to display through the following property: ```qml property int gpuLayout : 0 // 0: DGPU | 1:...

Alright, I included the changes.

What output do you get it you just run: ```bash bash ./scripts/gpu/get_igpuinfo.sh ``` You may look into this file if it is not returning something like this: ``` Usage :...

Okay then the script reads the output correctly. This may fix it. The issue happens somewhere within this lines in `.config/quickshell/ii/services/ResourceUsage.qml`. ```qml Process { id: iGpuinfoProc command: ["bash", "-c", `${Directories.scriptPath}/gpu/get_igpuinfo.sh`.replace(/file:\/\//,...

> Okay then the script reads the output correctly. > > This may fix it. > > The issue happens somewhere within this lines in `.config/quickshell/ii/services/ResourceUsage.qml`. > > ```qml >...

Okay, then this command will not work on AMD :/ Maybe we should switch to a different command like `sensor`. Idk what works on amd.