From f5d7ae6b3414a2f6e587c80cdfd589cf2d05cbdf Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 7 Jan 2025 00:17:59 +0000 Subject: [PATCH] Update cheatsheets --- tldr/linux/lookandfeeltool | 19 +++---------------- tldr/linux/plasma-apply-colorscheme | 21 +++++++++++++++++++++ tldr/linux/plasma-apply-cursortheme | 21 +++++++++++++++++++++ tldr/linux/plasma-apply-desktoptheme | 21 +++++++++++++++++++++ tldr/linux/plasma-apply-lookandfeel | 25 +++++++++++++++++++++++++ tldr/linux/plasma-apply-wallpaperimage | 21 +++++++++++++++++++++ tldr/linux/steamos-chroot | 21 +++++++++++++++++++++ 7 files changed, 133 insertions(+), 16 deletions(-) create mode 100644 tldr/linux/plasma-apply-colorscheme create mode 100644 tldr/linux/plasma-apply-cursortheme create mode 100644 tldr/linux/plasma-apply-desktoptheme create mode 100644 tldr/linux/plasma-apply-lookandfeel create mode 100644 tldr/linux/plasma-apply-wallpaperimage create mode 100644 tldr/linux/steamos-chroot diff --git a/tldr/linux/lookandfeeltool b/tldr/linux/lookandfeeltool index fbd77211..33350473 100644 --- a/tldr/linux/lookandfeeltool +++ b/tldr/linux/lookandfeeltool @@ -5,21 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # lookandfeeltool -> Switch Plasma global themes. -> More information: . +> 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` diff --git a/tldr/linux/plasma-apply-colorscheme b/tldr/linux/plasma-apply-colorscheme new file mode 100644 index 00000000..c2a4e58e --- /dev/null +++ b/tldr/linux/plasma-apply-colorscheme @@ -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: . + +- 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/tldr/linux/plasma-apply-cursortheme b/tldr/linux/plasma-apply-cursortheme new file mode 100644 index 00000000..b8bac2bc --- /dev/null +++ b/tldr/linux/plasma-apply-cursortheme @@ -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: . + +- 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/tldr/linux/plasma-apply-desktoptheme b/tldr/linux/plasma-apply-desktoptheme new file mode 100644 index 00000000..3f4f485b --- /dev/null +++ b/tldr/linux/plasma-apply-desktoptheme @@ -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: . + +- 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/tldr/linux/plasma-apply-lookandfeel b/tldr/linux/plasma-apply-lookandfeel new file mode 100644 index 00000000..64c75a99 --- /dev/null +++ b/tldr/linux/plasma-apply-lookandfeel @@ -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: . + +- 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` diff --git a/tldr/linux/plasma-apply-wallpaperimage b/tldr/linux/plasma-apply-wallpaperimage new file mode 100644 index 00000000..201102be --- /dev/null +++ b/tldr/linux/plasma-apply-wallpaperimage @@ -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: . + +- 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` diff --git a/tldr/linux/steamos-chroot b/tldr/linux/steamos-chroot new file mode 100644 index 00000000..0000721c --- /dev/null +++ b/tldr/linux/steamos-chroot @@ -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: . + +- 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`