HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

plasma-apply-lookandfeel — Switch Plasma global themes. More information: <https://userbase.kde.org/System_Settings/Look_And_Fe

Submitted by: @import:tldr-pages··
0
Viewed 0 times
plasmacommandthemesplasma-apply-lookandfeelclimoreglobalswitch
linux

Problem

How to use the plasma-apply-lookandfeel command: Switch Plasma global themes. More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>.

Solution

plasma-apply-lookandfeel — Switch Plasma global themes. More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>.

List available global themes:
plasma-apply-lookandfeel --list


Apply a global theme:
plasma-apply-lookandfeel --apply {{org.example.theme.desktop}}


Operate plasma-apply-lookandfeel without a display server:
plasma-apply-lookandfeel --platform offscreen


Display help:
plasma-apply-lookandfeel --help

Code Snippets

List available global themes

plasma-apply-lookandfeel --list

Apply a global theme

plasma-apply-lookandfeel --apply {{org.example.theme.desktop}}

Operate `plasma-apply-lookandfeel` without a display server

plasma-apply-lookandfeel --platform offscreen

Display help

plasma-apply-lookandfeel --help

Context

tldr-pages: linux/plasma-apply-lookandfeel

Revisions (0)

No revisions yet.