plasma-apply-lookandfeel

Apply KDE Plasma global themes

TLDR

List available global themes
$ plasma-apply-lookandfeel --list
Apply a global theme
$ plasma-apply-lookandfeel --apply [org.kde.breeze.desktop]
Run without display server
$ plasma-apply-lookandfeel --platform offscreen
Display help
$ plasma-apply-lookandfeel --help

SYNOPSIS

plasma-apply-lookandfeel [--list] [--apply theme] [--platform platform]

DESCRIPTION

plasma-apply-lookandfeel applies KDE Plasma global themes (Look and Feel packages). Global themes bundle color schemes, desktop themes, cursor themes, icons, and other appearance settings into cohesive packages.The tool can operate without a running display server using the offscreen platform, enabling automated theme deployment.

PARAMETERS

--list

List all available global themes
--apply _theme_
Apply specified global theme
--platform _platform_
Platform plugin (offscreen for headless)
--help
Display help information

INSTALL

sudo apt install plasma-workspace
sudo dnf install plasma-workspace
sudo pacman -S plasma-workspace
sudo apk add plasma-workspace

CAVEATS

Global themes may override individual theme settings. Theme IDs use reverse domain notation. Offscreen mode limited to configuration changes only.

HISTORY

plasma-apply-lookandfeel is part of KDE Plasma Workspace, providing unified theme application for KDE's modular appearance system.

SEE ALSO

plasma-apply-colorscheme(1), plasma-apply-desktoptheme(1)