feat: Add missing package for KDE color control (Except on Nvidia)

This commit is contained in:
Kyle Gospodnetich 2023-09-26 17:42:53 -07:00
parent bfb53a7540
commit 554849bc81

View File

@ -102,6 +102,9 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr \
xorg-x11-server-Xwayland && \
if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
rpm-ostree install colord-kde \
; fi && \
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration && \
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 /tmp/wallpaper-engine-kde-plugin && \
kpackagetool5 --type=KWin/Script --global --install /tmp/kwin-system76-scheduler-integration && \