From 30d1a8f0fc5df91f1bb8637e329a2fdd4611de4e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:55:03 +0200 Subject: [PATCH] plasma-apply-colorscheme, plasma-apply-cursortheme, plasma-apply-desktoptheme, plasma-apply-wallpaperimage: add page (#15445) Co-authored-by: Juri Dispan --- pages/linux/plasma-apply-colorscheme.md | 16 ++++++++++++++++ pages/linux/plasma-apply-cursortheme.md | 16 ++++++++++++++++ pages/linux/plasma-apply-desktoptheme.md | 16 ++++++++++++++++ pages/linux/plasma-apply-wallpaperimage.md | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 pages/linux/plasma-apply-colorscheme.md create mode 100644 pages/linux/plasma-apply-cursortheme.md create mode 100644 pages/linux/plasma-apply-desktoptheme.md create mode 100644 pages/linux/plasma-apply-wallpaperimage.md diff --git a/pages/linux/plasma-apply-colorscheme.md b/pages/linux/plasma-apply-colorscheme.md new file mode 100644 index 0000000000..53d5819644 --- /dev/null +++ b/pages/linux/plasma-apply-colorscheme.md @@ -0,0 +1,16 @@ +# plasma-apply-colorscheme + +> Switch Plasma color scheme. +> More information: . + +- List available color schemes: + +`plasma-apply-colorscheme --list-schemes` + +- Apply a color scheme: + +`plasma-apply-colorscheme {{BreezeLight}}` + +- Display help: + +`plasma-apply-colorscheme --help` diff --git a/pages/linux/plasma-apply-cursortheme.md b/pages/linux/plasma-apply-cursortheme.md new file mode 100644 index 0000000000..7f6225f292 --- /dev/null +++ b/pages/linux/plasma-apply-cursortheme.md @@ -0,0 +1,16 @@ +# plasma-apply-cursortheme + +> Switch Plasma cursor theme. +> More information: . + +- List available cursor themes: + +`plasma-apply-cursortheme --list-themes` + +- Apply a cursor theme: + +`plasma-apply-cursortheme {{breeze_cursors}}` + +- Display help: + +`plasma-apply-cursortheme --help` diff --git a/pages/linux/plasma-apply-desktoptheme.md b/pages/linux/plasma-apply-desktoptheme.md new file mode 100644 index 0000000000..0fcb83e6d7 --- /dev/null +++ b/pages/linux/plasma-apply-desktoptheme.md @@ -0,0 +1,16 @@ +# plasma-apply-desktoptheme + +> Switch Plasma desktop theme. +> More information: . + +- List available desktop themes: + +`plasma-apply-desktoptheme --list-themes` + +- Apply a desktop theme: + +`plasma-apply-desktoptheme {{default}}` + +- Display help: + +`plasma-apply-desktoptheme --help` diff --git a/pages/linux/plasma-apply-wallpaperimage.md b/pages/linux/plasma-apply-wallpaperimage.md new file mode 100644 index 0000000000..1fe6d0599e --- /dev/null +++ b/pages/linux/plasma-apply-wallpaperimage.md @@ -0,0 +1,16 @@ +# plasma-apply-wallpaperimage + +> Switch Plasma wallpaper. +> More information: . + +- 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`