Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-02 00:17:21 +00:00
parent 7d5c24cb3d
commit 8bbe4d3fb7
6 changed files with 118 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# lookandfeeltool
> Switch Plasma global themes.
> More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>.
- List available global themes:
`lookandfeeltool --list`
- Apply a global theme:
`lookandfeeltool --apply {{org.example.theme.desktop}}`
- Operate `lookandfeeltool` without a display server:
`lookandfeeltool --platform offscreen`
- Display help:
`lookandfeeltool --help`