mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
lookandfeeltool: add page (#15403)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
49447b0fa0
commit
0944ea1164
1 changed files with 20 additions and 0 deletions
20
pages/linux/lookandfeeltool.md
Normal file
20
pages/linux/lookandfeeltool.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue