diff --git a/files/system/usr/share/wallpapers/6293645.jpg b/files/system/usr/share/wallpapers/6293645.jpg new file mode 100644 index 0000000..2a0ab33 Binary files /dev/null and b/files/system/usr/share/wallpapers/6293645.jpg differ diff --git a/files/system/usr/share/wallpapers/8.jpg b/files/system/usr/share/wallpapers/8.jpg new file mode 100644 index 0000000..029e3ba Binary files /dev/null and b/files/system/usr/share/wallpapers/8.jpg differ diff --git a/files/system/usr/share/wallpapers/Miasma-Audio.jpg b/files/system/usr/share/wallpapers/Miasma-Audio.jpg deleted file mode 100644 index 4c7d3cd..0000000 Binary files a/files/system/usr/share/wallpapers/Miasma-Audio.jpg and /dev/null differ diff --git a/files/system/usr/share/wallpapers/Miasma-Blue-Purple.jpg b/files/system/usr/share/wallpapers/Miasma-Blue-Purple.jpg index 03f66fd..990516c 100644 Binary files a/files/system/usr/share/wallpapers/Miasma-Blue-Purple.jpg and b/files/system/usr/share/wallpapers/Miasma-Blue-Purple.jpg differ diff --git a/files/system/usr/share/wallpapers/Miasma-Blueredwave.jpg b/files/system/usr/share/wallpapers/Miasma-Blueredwave.jpg deleted file mode 100644 index 5ed2114..0000000 Binary files a/files/system/usr/share/wallpapers/Miasma-Blueredwave.jpg and /dev/null differ diff --git a/files/system/usr/share/wallpapers/Miasma-Light.jpg b/files/system/usr/share/wallpapers/Miasma-Light.jpg deleted file mode 100644 index ef91f0d..0000000 Binary files a/files/system/usr/share/wallpapers/Miasma-Light.jpg and /dev/null differ diff --git a/files/system/usr/share/wallpapers/Miasma-Lines.jpg b/files/system/usr/share/wallpapers/Miasma-Lines.jpg deleted file mode 100644 index 994d0f0..0000000 Binary files a/files/system/usr/share/wallpapers/Miasma-Lines.jpg and /dev/null differ diff --git a/files/system/usr/share/wallpapers/Miasma-Purple.jpg b/files/system/usr/share/wallpapers/Miasma-Purple.jpg deleted file mode 100644 index db18088..0000000 Binary files a/files/system/usr/share/wallpapers/Miasma-Purple.jpg and /dev/null differ diff --git a/files/system/usr/share/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg b/files/system/usr/share/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg new file mode 100644 index 0000000..7c929a9 Binary files /dev/null and b/files/system/usr/share/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg differ diff --git a/files/system/usr/share/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg b/files/system/usr/share/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg new file mode 100644 index 0000000..0924958 Binary files /dev/null and b/files/system/usr/share/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg differ diff --git a/files/system/usr/share/wallpapers/miasma-default.jxl b/files/system/usr/share/wallpapers/miasma-default.jxl index e0411ad..cbc8a0a 100644 Binary files a/files/system/usr/share/wallpapers/miasma-default.jxl and b/files/system/usr/share/wallpapers/miasma-default.jxl differ diff --git a/recipes/common/copr-packages.yml b/recipes/common/copr-packages.yml index dd533ea..0319387 100644 --- a/recipes/common/copr-packages.yml +++ b/recipes/common/copr-packages.yml @@ -2,6 +2,8 @@ modules: - type: dnf repos: copr: + - bieszczaders/kernel-cachyos-lto + - bieszczaders/kernel-cachyos-addons - patrickl/wine-tkg - timlau/audio - alternateved/eza diff --git a/recipes/common/fedora-packages.yml b/recipes/common/fedora-packages.yml index 363f9e4..4c7526d 100644 --- a/recipes/common/fedora-packages.yml +++ b/recipes/common/fedora-packages.yml @@ -1,7 +1,23 @@ modules: + - type: dnf + remove: + packages: + - zram-generator-defaults + - type: dnf install: packages: + # CachyOS kernel performance companion packages + # cachyos-settings: kernel tunables and sysctl optimisations from CachyOS + # cachyos-ksm-settings: Kernel Samepage Merging tuning (reduces RAM usage) + # scx-manager / scx-scheds / scx-tools: sched-ext schedulers; + # scx_lavd is ideal for low-latency realtime audio workloads + - cachyos-settings + - cachyos-ksm-settings + - scx-manager + - scx-scheds-git + - scx-tools-git + # useful tools - zsh - openssl diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 394ee54..876347a 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -3,13 +3,25 @@ # image will be published to ghcr.io// name: miasma-os # description will be included in the image's metadata -description: An personal spin based on Bazzite targeted towards musicians and music producers inspired by Fedora Jam +description: An KDE based Universal Blue image targeted towards musicians and music producers inspired by Fedora Jam # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bazzite +base-image: ghcr.io/ublue-os/kinoite image-version: latest # latest is also supported if you want new updates ASAP modules: + # Add CachyOS repos first so the kernel swap script can use them + - type: dnf + repos: + copr: + - bieszczaders/kernel-cachyos-lto + - bieszczaders/kernel-cachyos-addons + + # Swap stock Fedora kernel for CachyOS LTO kernel + - type: script + scripts: + - cachyos-kernel.sh + - type: dnf install: packages: