Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-07 00:17:59 +00:00
parent b7f757ba3c
commit f5d7ae6b34
7 changed files with 133 additions and 16 deletions

View File

@@ -0,0 +1,25 @@
---
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`