mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 11:46:52 +00:00
26 lines
499 B
Plaintext
26 lines
499 B
Plaintext
---
|
|
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`
|