1
0
Fork 0
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:
Managor 2025-01-06 19:55:03 +02:00 committed by GitHub
parent 7ae2c8e8fc
commit 30d1a8f0fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 64 additions and 0 deletions

View 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`

View 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`

View 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`

View 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`