mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 03:39:58 +00:00
feat: Add missing package for KDE color control (Except on Nvidia)
This commit is contained in:
parent
bfb53a7540
commit
554849bc81
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user