Skip to content

Commit

Permalink
plasma-apply-colorscheme, plasma-apply-cursortheme, plasma-apply-desk…
Browse files Browse the repository at this point in the history
…toptheme, plasma-apply-wallpaperimage: add page (#15445)

Co-authored-by: Juri Dispan <[email protected]>
  • Loading branch information
Managor and gutjuri authored Jan 6, 2025
1 parent 7ae2c8e commit 30d1a8f
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/linux/plasma-apply-colorscheme.md
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions pages/linux/plasma-apply-cursortheme.md
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions pages/linux/plasma-apply-desktoptheme.md
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions pages/linux/plasma-apply-wallpaperimage.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 30d1a8f

Please sign in to comment.