Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plasma-apply-{colorscheme, cursortheme, desktoptheme, wallpaperimage}: add page #15445

Merged
merged 12 commits into from
Jan 6, 2025
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 {{ColorScheme}}`

- 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 {{Cursor_Theme}}`
Managor marked this conversation as resolved.
Show resolved Hide resolved

- 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 cursor themes:
Managor marked this conversation as resolved.
Show resolved Hide resolved

`plasma-apply-desktoptheme --list-themes`

- Apply a cursor theme:
Managor marked this conversation as resolved.
Show resolved Hide resolved

`plasma-apply-desktoptheme {{desktop-theme}}`
Managor marked this conversation as resolved.
Show resolved Hide resolved

- 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}}`
Managor marked this conversation as resolved.
Show resolved Hide resolved

- Apply a wallpaper with a fill mode:

`plasma-apply-wallpaperimage --fill-mode {{stretch|preserveAspectFit|preserveAspectCrop|tile|tileVertically|tileHorizontally|pad}} {{/path/to/image}}`
Managor marked this conversation as resolved.
Show resolved Hide resolved

- Display help:

`plasma-apply-wallpaperimage --help`
Loading