diff --git a/pages/linux/plasma-apply-colorscheme.md b/pages/linux/plasma-apply-colorscheme.md new file mode 100644 index 00000000000000..53d5819644fd6a --- /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 00000000000000..7f6225f2920b59 --- /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 00000000000000..0fcb83e6d7e063 --- /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 00000000000000..1fe6d0599e9709 --- /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`