From a6b72072fba18a7353a4a12a30dc0877f4f80457 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:44:53 +0200 Subject: [PATCH] lookandfeeltool: convert to alias, plasma-apply-lookandfeel: add page (#15444) --- pages/linux/lookandfeeltool.md | 19 +++---------------- pages/linux/plasma-apply-lookandfeel.md | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 16 deletions(-) create mode 100644 pages/linux/plasma-apply-lookandfeel.md diff --git a/pages/linux/lookandfeeltool.md b/pages/linux/lookandfeeltool.md index c20c10c238..193a9eada5 100644 --- a/pages/linux/lookandfeeltool.md +++ b/pages/linux/lookandfeeltool.md @@ -1,20 +1,7 @@ # 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/pages/linux/plasma-apply-lookandfeel.md b/pages/linux/plasma-apply-lookandfeel.md new file mode 100644 index 0000000000..0542353bc1 --- /dev/null +++ b/pages/linux/plasma-apply-lookandfeel.md @@ -0,0 +1,20 @@ +# 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`