Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-07 00:17:59 +00:00
parent b7f757ba3c
commit f5d7ae6b34
7 changed files with 133 additions and 16 deletions

View File

@@ -5,21 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
---
# lookandfeeltool
> Switch Plasma global themes.
> More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>.
> This command is an alias of `plasma-apply-lookandfeel`.
- List available global themes:
- View documentation for the original command:
`lookandfeeltool --list`
- Apply a global theme:
`lookandfeeltool --apply {{org.example.theme.desktop}}`
- Operate `lookandfeeltool` without a display server:
`lookandfeeltool --platform offscreen`
- Display help:
`lookandfeeltool --help`
`tldr plasma-apply-lookandfeel`

View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`

View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`

View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`

View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# plasma-apply-lookandfeel
> Switch Plasma global themes.
> More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>.
- List available global themes:
`plasma-apply-lookandfeel --list`
- Apply a global theme:
`plasma-apply-lookandfeel --apply {{org.example.theme.desktop}}`
- Operate `plasma-apply-lookandfeel` without a display server:
`plasma-apply-lookandfeel --platform offscreen`
- Display help:
`plasma-apply-lookandfeel --help`

View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`

21
tldr/linux/steamos-chroot Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# steamos-chroot
> Switch root directory in a SteamOS environment.
> More information: <https://gitlab.com/users/evlaV/projects>.
- Switch to the other A/B partition:
`steamos-chroot --partset other`
- Switch to a partition on another drive:
`steamos-chroot --disk {{/dev/sdX}} --partset {{A|B}}`
- Display help:
`steamos-chroot --help`