mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 21:55:24 +02:00
21 lines
461 B
Markdown
21 lines
461 B
Markdown
![]() |
# 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`
|