mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 00:35:33 +02:00
plasma-apply-colorscheme, plasma-apply-cursortheme, plasma-apply-desktoptheme, plasma-apply-wallpaperimage: add page (#15445)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
7ae2c8e8fc
commit
30d1a8f0fc
4 changed files with 64 additions and 0 deletions
16
pages/linux/plasma-apply-colorscheme.md
Normal file
16
pages/linux/plasma-apply-colorscheme.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# plasma-apply-colorscheme
|
||||
|
||||
> Switch Plasma color scheme.
|
||||
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
|
||||
|
||||
- List available color schemes:
|
||||
|
||||
`plasma-apply-colorscheme --list-schemes`
|
||||
|
||||
- Apply a color scheme:
|
||||
|
||||
`plasma-apply-colorscheme {{BreezeLight}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`plasma-apply-colorscheme --help`
|
16
pages/linux/plasma-apply-cursortheme.md
Normal file
16
pages/linux/plasma-apply-cursortheme.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# plasma-apply-cursortheme
|
||||
|
||||
> Switch Plasma cursor theme.
|
||||
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
|
||||
|
||||
- List available cursor themes:
|
||||
|
||||
`plasma-apply-cursortheme --list-themes`
|
||||
|
||||
- Apply a cursor theme:
|
||||
|
||||
`plasma-apply-cursortheme {{breeze_cursors}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`plasma-apply-cursortheme --help`
|
16
pages/linux/plasma-apply-desktoptheme.md
Normal file
16
pages/linux/plasma-apply-desktoptheme.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# plasma-apply-desktoptheme
|
||||
|
||||
> Switch Plasma desktop theme.
|
||||
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
|
||||
|
||||
- List available desktop themes:
|
||||
|
||||
`plasma-apply-desktoptheme --list-themes`
|
||||
|
||||
- Apply a desktop theme:
|
||||
|
||||
`plasma-apply-desktoptheme {{default}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`plasma-apply-desktoptheme --help`
|
16
pages/linux/plasma-apply-wallpaperimage.md
Normal file
16
pages/linux/plasma-apply-wallpaperimage.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# plasma-apply-wallpaperimage
|
||||
|
||||
> Switch Plasma wallpaper.
|
||||
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
|
||||
|
||||
- Apply a wallpaper:
|
||||
|
||||
`plasma-apply-wallpaperimage {{/path/to/image}}`
|
||||
|
||||
- Apply a wallpaper with a fill mode:
|
||||
|
||||
`plasma-apply-wallpaperimage --fill-mode {{stretch|preserveAspectFit|preserveAspectCrop|tile|tileVertically|tileHorizontally|pad}} {{/path/to/image}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`plasma-apply-wallpaperimage --help`
|
Loading…
Add table
Reference in a new issue