PlasmaZones v2.6.0
Added
- Tumbleweed Drift shader: openSUSE Tumbleweed branded zone overlay with animated desert landscape, rolling pinwheel logos, dust devils, sand particles, erosion flow lines, and responsive audio reactivity.
- Neon Venom and Chrome Protocol shaders.
- Voxel-terrain improvements: Multipass with depth buffer, highlight visibility, pulse-flow label effects.
- Shader engine: Depth buffer via MRT, per-channel filter/wrapping modes for multipass buffers, shader presets from registry.
- Autotile JS API enrichment ([#274]): Per-window context, custom parameters, and lifecycle hooks for scripted algorithms.
- Layout ordering settings ([#281]): Configure snapping and tiling cycle order in settings.
- What's New dialog ([#282]): Per-release highlights shown on first launch after update.
- Settings
.desktopfile for application launchers.
Changed
- Shared config backend ([#276]): Single
QSettingsConfigBackendshared across daemon instead of per-component instances. - Stale config key purging ([#280]): Settings save removes obsolete keys to prevent config pollution.
- ConfigDefaults reference constants ([#278]): Autotile defaults reference
Defaults::constants instead of duplicating values.
Fixed
- Shader parameter defaults:
customParamsinitialized to-1.0sentinel so fallback checks work on first frame. - DOF focal depth stability: Multi-sample region averaging prevents jittery depth-of-field.
- Vulkan surface lifecycle: Fixes for surface creation on rapid show/hide, teardown crashes, keep-alive window management, deferred
QVulkanInstancecreation, scissor state, and swapchain colorspace. - Rendering pipeline stability: RHI resource release on scene stop, multipass crash guards, SRB resets on label texture resize, texture upload ordering.
- OSD improvements: Navigation self-destruct fix, masterCount wiring, autotile metadata in layout OSD, per-screen dismiss.
- Focus-follows-mouse: No longer focuses through excluded or overlay windows.
- Autotile shortcut sync: Master ratio and count changes from shortcuts now persist to config.
- Settings stability: Single-instance enforcement, daemon toggle desync from broken QML bindings, RenderingBackend read from ungrouped config keys.
- i18n: Correct plural form selection in
i18npwithout.tsfiles. - Layout picker: No longer overwrites the global default layout when selecting per-screen.
Installation
Arch Linux (AUR):
yay -S plasmazones # or plasmazones-binArch Linux (manual):
sudo pacman -U plasmazones-2.6.0-1-x86_64.pkg.tar.zstKDE Neon / Debian-based:
sudo dpkg -i plasmazones_2.6.0-1_amd64.deb
sudo apt-get install -f # Install dependencies if neededFedora (COPR):
sudo dnf copr enable fuddlesworth/PlasmaZones
sudo dnf install plasmazonesFedora (manual RPM):
sudo dnf install plasmazones-2.6.0-1.fc43.x86_64.rpmopenSUSE Tumbleweed (manual RPM):
sudo zypper install plasmazones-2.6.0-1.x86_64.rpmopenSUSE Tumbleweed (OBS):
sudo zypper addrepo https://download.opensuse.org/repositories/home:ilFrance/openSUSE_Tumbleweed/home:ilFrance.repo
sudo zypper refresh
sudo zypper install plasmazonesCommunity-maintained package by ilFrance
Universal Linux (AppDir):
For Fedora Atomic, Steam Deck, or non-root user installation:
tar xzf plasmazones-2.6.0-linux-x86_64.tar.gz
cd plasmazones-linux-x86_64
./install.shNixOS (flake):
# flake.nix inputs
plasmazones.url = "github:fuddlesworth/PlasmaZones";
# configuration.nix
programs.plasmazones.enable = true;NixOS (standalone):
Download plasmazones.nix from the release assets, then:
# configuration.nix
environment.systemPackages = [
(pkgs.callPackage ./plasmazones.nix {})
];Post-Installation
systemctl --user enable --now plasmazones.service
systemsettings kcm_plasmazones