mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 04:56:12 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/lookandfeeltool
Normal file
25
tldr/linux/lookandfeeltool
Normal 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`
|
||||
Reference in New Issue
Block a user