LinuxCommandLibrary

plasma-apply-lookandfeel

Apply KDE Plasma global themes

TLDR

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

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

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard