1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

lookandfeeltool: convert to alias, plasma-apply-lookandfeel: add page (#15444)

This commit is contained in:
Managor 2025-01-06 19:44:53 +02:00 committed by GitHub
parent a8da901920
commit a6b72072fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 16 deletions

View file

@ -1,20 +1,7 @@
# lookandfeeltool
> Switch Plasma global themes.
> More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>.
> This command is an alias of `plasma-apply-lookandfeel`.
- List available global themes:
- View documentation for the original command:
`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`
`tldr plasma-apply-lookandfeel`

View file

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