mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 16:56:57 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/plasma-apply-lookandfeel
Normal file
25
tldr/linux/plasma-apply-lookandfeel
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user