From dea7da46763f2e3b89b66cd77ec297f7aa35d42e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 21:55:48 +0200 Subject: [PATCH 01/12] Create plasma-apply-colorscheme.md --- pages/linux/plasma-apply-colorscheme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/plasma-apply-colorscheme.md diff --git a/pages/linux/plasma-apply-colorscheme.md b/pages/linux/plasma-apply-colorscheme.md new file mode 100644 index 00000000000000..abd449ed58a74d --- /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 themes: + +`plasma-apply-colorscheme --list` + +- Apply a color theme: + +`plasma-apply-colorscheme {{ColorScheme}}` + +- Display help: + +`plasma-apply-colorscheme --help` From 975aee0c119baca06e23b80992ed9986f2845b29 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:05:34 +0200 Subject: [PATCH 02/12] Update plasma-apply-colorscheme.md --- pages/linux/plasma-apply-colorscheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/plasma-apply-colorscheme.md b/pages/linux/plasma-apply-colorscheme.md index abd449ed58a74d..08118f1e839b5f 100644 --- a/pages/linux/plasma-apply-colorscheme.md +++ b/pages/linux/plasma-apply-colorscheme.md @@ -5,7 +5,7 @@ - List available color themes: -`plasma-apply-colorscheme --list` +`plasma-apply-colorscheme --list-schemes` - Apply a color theme: From 03eb7869272f56ad4795019fabf52fd207d9730a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:13:56 +0200 Subject: [PATCH 03/12] Create plasma-apply-cursortheme.md --- pages/linux/plasma-apply-cursortheme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/plasma-apply-cursortheme.md diff --git a/pages/linux/plasma-apply-cursortheme.md b/pages/linux/plasma-apply-cursortheme.md new file mode 100644 index 00000000000000..628dd1ed0f318c --- /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 {{Cursor_Theme}}` + +- Display help: + +`plasma-apply-cursortheme --help` From b28f334fd221c4560b358e866312da1fb3494c84 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:16:29 +0200 Subject: [PATCH 04/12] Create plasma-apply-desktoptheme.md --- pages/linux/plasma-apply-desktoptheme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/plasma-apply-desktoptheme.md diff --git a/pages/linux/plasma-apply-desktoptheme.md b/pages/linux/plasma-apply-desktoptheme.md new file mode 100644 index 00000000000000..0e44d62bdf7f20 --- /dev/null +++ b/pages/linux/plasma-apply-desktoptheme.md @@ -0,0 +1,16 @@ +# plasma-apply-desktoptheme + +> Switch Plasma desktop theme. +> More information: <>. + +- List available cursor themes: + +`plasma-apply-desktoptheme --list-themes` + +- Apply a cursor theme: + +`plasma-apply-desktoptheme {{desktop-theme}}` + +- Display help: + +`plasma-apply-desktoptheme --help` From e7f395058dd21290307357675abcd0dd05d5a3a3 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:32:04 +0200 Subject: [PATCH 05/12] Create plasma-apply-wallpaperimage.md --- pages/linux/plasma-apply-wallpaperimage.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/plasma-apply-wallpaperimage.md diff --git a/pages/linux/plasma-apply-wallpaperimage.md b/pages/linux/plasma-apply-wallpaperimage.md new file mode 100644 index 00000000000000..58bf89e03220e1 --- /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,preserveAspectCrop}} {{/path/to/image}}` + +- Display help: + +`plasma-apply-wallpaperimage --help` From 8a6fb3f26aea846d97175e6305e8c50ab558fe78 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:40:27 +0200 Subject: [PATCH 06/12] Update plasma-apply-colorscheme.md --- pages/linux/plasma-apply-colorscheme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/plasma-apply-colorscheme.md b/pages/linux/plasma-apply-colorscheme.md index 08118f1e839b5f..df9290e7d00347 100644 --- a/pages/linux/plasma-apply-colorscheme.md +++ b/pages/linux/plasma-apply-colorscheme.md @@ -3,11 +3,11 @@ > Switch Plasma color scheme. > More information: <>. -- List available color themes: +- List available color schemes: `plasma-apply-colorscheme --list-schemes` -- Apply a color theme: +- Apply a color scheme: `plasma-apply-colorscheme {{ColorScheme}}` From e2fcc0c7f33cb22c5648c3c9357cdc0765d23a8a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:43:06 +0200 Subject: [PATCH 07/12] Update plasma-apply-wallpaperimage.md --- pages/linux/plasma-apply-wallpaperimage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/plasma-apply-wallpaperimage.md b/pages/linux/plasma-apply-wallpaperimage.md index 58bf89e03220e1..244a1c5fd95630 100644 --- a/pages/linux/plasma-apply-wallpaperimage.md +++ b/pages/linux/plasma-apply-wallpaperimage.md @@ -9,7 +9,7 @@ - Apply a wallpaper with a fill mode: -`plasma-apply-wallpaperimage --fill-mode {{stretch,preserveAspectCrop}} {{/path/to/image}}` +`plasma-apply-wallpaperimage --fill-mode {{stretch|preserveAspectCrop}} {{/path/to/image}}` - Display help: From fafa1dc43cd0890aec09fb50b585487f744ae408 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:45:49 +0200 Subject: [PATCH 08/12] Update plasma-apply-wallpaperimage.md --- pages/linux/plasma-apply-wallpaperimage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/plasma-apply-wallpaperimage.md b/pages/linux/plasma-apply-wallpaperimage.md index 244a1c5fd95630..4f7b42b339077c 100644 --- a/pages/linux/plasma-apply-wallpaperimage.md +++ b/pages/linux/plasma-apply-wallpaperimage.md @@ -9,7 +9,7 @@ - Apply a wallpaper with a fill mode: -`plasma-apply-wallpaperimage --fill-mode {{stretch|preserveAspectCrop}} {{/path/to/image}}` +`plasma-apply-wallpaperimage --fill-mode {{stretch|preserveAspectFit|preserveAspectCrop|tile|tileVertically|tileHorizontally|pad}} {{/path/to/image}}` - Display help: From ba6be862e218765c9ffbbec844ce492c5af4a96a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 5 Jan 2025 04:20:13 +0200 Subject: [PATCH 09/12] More information --- pages/linux/plasma-apply-colorscheme.md | 2 +- pages/linux/plasma-apply-cursortheme.md | 2 +- pages/linux/plasma-apply-desktoptheme.md | 2 +- pages/linux/plasma-apply-wallpaperimage.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/linux/plasma-apply-colorscheme.md b/pages/linux/plasma-apply-colorscheme.md index df9290e7d00347..e040157aa32bfc 100644 --- a/pages/linux/plasma-apply-colorscheme.md +++ b/pages/linux/plasma-apply-colorscheme.md @@ -1,7 +1,7 @@ # plasma-apply-colorscheme > Switch Plasma color scheme. -> More information: <>. +> More information: . - List available color schemes: diff --git a/pages/linux/plasma-apply-cursortheme.md b/pages/linux/plasma-apply-cursortheme.md index 628dd1ed0f318c..6bb92ac3fe465e 100644 --- a/pages/linux/plasma-apply-cursortheme.md +++ b/pages/linux/plasma-apply-cursortheme.md @@ -1,7 +1,7 @@ # plasma-apply-cursortheme > Switch Plasma cursor theme. -> More information: <>. +> More information: . - List available cursor themes: diff --git a/pages/linux/plasma-apply-desktoptheme.md b/pages/linux/plasma-apply-desktoptheme.md index 0e44d62bdf7f20..05885247b10311 100644 --- a/pages/linux/plasma-apply-desktoptheme.md +++ b/pages/linux/plasma-apply-desktoptheme.md @@ -1,7 +1,7 @@ # plasma-apply-desktoptheme > Switch Plasma desktop theme. -> More information: <>. +> More information: . - List available cursor themes: diff --git a/pages/linux/plasma-apply-wallpaperimage.md b/pages/linux/plasma-apply-wallpaperimage.md index 4f7b42b339077c..1fe6d0599e9709 100644 --- a/pages/linux/plasma-apply-wallpaperimage.md +++ b/pages/linux/plasma-apply-wallpaperimage.md @@ -1,7 +1,7 @@ # plasma-apply-wallpaperimage > Switch Plasma wallpaper. -> More information: <>. +> More information: . - Apply a wallpaper: From 682dde801a40decfcf2faa595385377fcd8fe4cf Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 5 Jan 2025 19:16:55 +0200 Subject: [PATCH 10/12] Update pages/linux/plasma-apply-desktoptheme.md Co-authored-by: Juri Dispan --- pages/linux/plasma-apply-desktoptheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/plasma-apply-desktoptheme.md b/pages/linux/plasma-apply-desktoptheme.md index 05885247b10311..82166fbdc11aab 100644 --- a/pages/linux/plasma-apply-desktoptheme.md +++ b/pages/linux/plasma-apply-desktoptheme.md @@ -3,7 +3,7 @@ > Switch Plasma desktop theme. > More information: . -- List available cursor themes: +- List available desktop themes: `plasma-apply-desktoptheme --list-themes` From 5ffdd278fc91f628d3269d12e37d599c25a238c1 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 5 Jan 2025 19:17:12 +0200 Subject: [PATCH 11/12] Update pages/linux/plasma-apply-desktoptheme.md Co-authored-by: Juri Dispan --- pages/linux/plasma-apply-desktoptheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/plasma-apply-desktoptheme.md b/pages/linux/plasma-apply-desktoptheme.md index 82166fbdc11aab..694cb3753fef21 100644 --- a/pages/linux/plasma-apply-desktoptheme.md +++ b/pages/linux/plasma-apply-desktoptheme.md @@ -7,7 +7,7 @@ `plasma-apply-desktoptheme --list-themes` -- Apply a cursor theme: +- Apply a desktop theme: `plasma-apply-desktoptheme {{desktop-theme}}` From 1ac41fe625311c9ea61cc24db4aa6939c77ff3bb Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:16:18 +0200 Subject: [PATCH 12/12] placeholder text --- pages/linux/plasma-apply-colorscheme.md | 2 +- pages/linux/plasma-apply-cursortheme.md | 2 +- pages/linux/plasma-apply-desktoptheme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/plasma-apply-colorscheme.md b/pages/linux/plasma-apply-colorscheme.md index e040157aa32bfc..53d5819644fd6a 100644 --- a/pages/linux/plasma-apply-colorscheme.md +++ b/pages/linux/plasma-apply-colorscheme.md @@ -9,7 +9,7 @@ - Apply a color scheme: -`plasma-apply-colorscheme {{ColorScheme}}` +`plasma-apply-colorscheme {{BreezeLight}}` - Display help: diff --git a/pages/linux/plasma-apply-cursortheme.md b/pages/linux/plasma-apply-cursortheme.md index 6bb92ac3fe465e..7f6225f2920b59 100644 --- a/pages/linux/plasma-apply-cursortheme.md +++ b/pages/linux/plasma-apply-cursortheme.md @@ -9,7 +9,7 @@ - Apply a cursor theme: -`plasma-apply-cursortheme {{Cursor_Theme}}` +`plasma-apply-cursortheme {{breeze_cursors}}` - Display help: diff --git a/pages/linux/plasma-apply-desktoptheme.md b/pages/linux/plasma-apply-desktoptheme.md index 694cb3753fef21..0fcb83e6d7e063 100644 --- a/pages/linux/plasma-apply-desktoptheme.md +++ b/pages/linux/plasma-apply-desktoptheme.md @@ -9,7 +9,7 @@ - Apply a desktop theme: -`plasma-apply-desktoptheme {{desktop-theme}}` +`plasma-apply-desktoptheme {{default}}` - Display help: