-
Notifications
You must be signed in to change notification settings - Fork 892
Description
I installed on manjaro kde, but i have some issues.
1 - Sddm didn't change.
2 - Fonts are too small. I added these lines to ~/.config/hypr/userprefs.conf:
exec = gsettings set org.gnome.desktop.interface font-name 'Cantarell 15' exec = gsettings set org.gnome.desktop.interface document-font-name 'Cantarell 15' exec = gsettings set org.gnome.desktop.interface monospace-font-name 'CaskaydiaCove Nerd Font Mono 13'
but nothing happens. Only fonts for firefox changed.
3 - Waybar GPU Info doesn't show my dedicated gpu. I have AMD RX 480 and intel integrated graphics. It only show information from intel gpu. I tried to run amdgpuinfo.py and gpuinfo.sh and get this result:
❯ python3 amdgpu.py Error: Unknown query failure (an AMDGPU call failed). This query may not be supported for this GPU. ❯ ./gpuinfo.sh ./gpuinfo.sh: line 4: nvidia-smi: Command Not Found jq: parse error: Invalid numeric literal at line 1, column 6 jq: parse error: Invalid numeric literal at line 1, column 6 jq: parse error: Invalid numeric literal at line 1, column 6 jq: parse error: Invalid numeric literal at line 1, column 6 ./gpuinfo.sh: line 23: [: : expected integer expression {"text":"37°C", "tooltip":"Primary GPU: Intel GPU\n❄️ Temperature: 37°C"}


