Files
cheatsheet-tldr/tldr/linux/plasma-apply-lookandfeel
2025-01-07 00:17:59 +00:00

26 lines
553 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`