github fuddlesworth/PlasmaZones v2.0.1
PlasmaZones v2.0.1

latest releases: v3.0.15, phosphor-foundations-0.1, v3.0.14...
3 months ago

PlasmaZones v2.0.1

Fixed

  • Arch lib64 file conflict with generic tarball (fixes #203): Force CMAKE_INSTALL_LIBDIR=lib in the generic tarball build so it doesn't inherit Fedora's lib64 default, which conflicts with Arch's filesystem package owning /usr/lib64 as a symlink
  • Global show-zone-numbers toggle ignored when layout active (fixes #208): Changed zone number visibility so the global toggle is a master switch — per-layout setting can only further restrict, not override it
  • Easing preset dropdown UX (fixes #207): Replaced single 30+ item flat dropdown with two-dropdown Style + Direction selector; clamped elastic/bounce preview animation to prevent overshoot overflow
  • Modifier key capture silently broken by qmlformat (fixes #205): Replaced large Qt::KeyboardModifier integer literals with bit-shift expressions (1 << 25 etc.) that qmlformat cannot mangle into lossy scientific notation
  • Fedora COPR repo name case sensitivity: Fixed COPR repo reference to use correct casing

Added

  • Fedora COPR and openSUSE OBS install instructions in README (fixes #209)

Installation

Arch Linux (AUR):

yay -S plasmazones  # or plasmazones-bin

Arch Linux (manual):

sudo pacman -U plasmazones-2.0.1-1-x86_64.pkg.tar.zst

KDE Neon / Debian-based:

sudo dpkg -i plasmazones_2.0.1-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):

sudo dnf install plasmazones-2.0.1-1.fc43.x86_64.rpm

openSUSE Tumbleweed (OBS):

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

Community-maintained package by ilFrance

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

tar xzf plasmazones-2.0.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 (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

Don't miss a new PlasmaZones release

NewReleases is sending notifications on new releases.