Skip to content

PlasmaZones v3.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 00:03
Immutable release. Only release title and notes can be modified.

PlasmaZones v3.2.1

Added

  • Six new translations: PlasmaZones is now fully translated into German (#785), Georgian (#786), Swedish (#787), Dutch (#788), Polish (#789), and Russian (#790).

Fixed

  • See-through overlay cards: the on-screen display, the layout picker, and the zone selector were drawn with a translucent body, so the desktop could bleed through them. Each card is now drawn opaque with a border and drop shadow that follow your theme in both light and dark. If you had customized these surfaces and they still look wrong after upgrading, open the Decoration → OSDs and Decoration → Popups pages and reset each to its default (#792).
  • Decoration packs now follow theme colors on windows too: a custom decoration pack on a window ignored the theme color options, so the neutral frame line and the theme-tinted glow or shadow only took effect on the overlay cards. All three now resolve on the window path as well (#792).

Installation

Arch Linux (AUR):

yay -S plasmazones  # or plasmazones-bin

Arch Linux (manual):

sudo pacman -U plasmazones-3.2.1-*-x86_64.pkg.tar.zst

KDE Neon / Debian-based:

sudo dpkg -i plasmazones_3.2.1-*_amd64.deb
sudo apt-get install -f  # Install dependencies if needed

Fedora (COPR):

sudo dnf copr enable fuddlesworth/PlasmaZones
sudo dnf install plasmazones

Fedora (manual RPM):

# Fedora 44
sudo dnf install plasmazones-3.2.1-*.fc44.x86_64.rpm

openSUSE Tumbleweed (OBS):

sudo zypper addrepo https://download.opensuse.org/repositories/home:fuddlesworth/openSUSE_Tumbleweed/home:fuddlesworth.repo
sudo zypper refresh
sudo zypper install plasmazones

Universal Linux (AppDir):
For Fedora Atomic, Steam Deck, or non-root user installation:

tar xzf plasmazones-3.2.1-linux-x86_64.tar.gz
cd plasmazones-linux-x86_64
./install.sh

NixOS (flake):

# flake.nix inputs
plasmazones.url = "github:fuddlesworth/PlasmaZones";

# configuration.nix
programs.plasmazones.enable = true;

NixOS (without flakes):
Build this tag's source against your host's pkgs (no release asset needed):

# configuration.nix
environment.systemPackages = [
  (pkgs.callPackage
    "${builtins.fetchTarball "https://github.com/fuddlesworth/PlasmaZones/archive/v3.2.1.tar.gz"}/packaging/nix/package.nix"
    { version = "3.2.1"; })
];

Post-Installation

systemctl --user enable --now plasmazones.service
systemsettings kcm_plasmazones