Przeglądaj źródła

plasma-apply-colorscheme, plasma-apply-cursortheme, plasma-apply-desktoptheme, plasma-apply-wallpaperimage: add page (#15445)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Managor 2 miesięcy temu
rodzic
commit
30d1a8f0fc

+ 16 - 0
pages/linux/plasma-apply-colorscheme.md

@@ -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 - 0
pages/linux/plasma-apply-cursortheme.md

@@ -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 - 0
pages/linux/plasma-apply-desktoptheme.md

@@ -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 - 0
pages/linux/plasma-apply-wallpaperimage.md

@@ -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`