From eb94cfb3eddbe7c2b420cbd6c9d2eff073bcaef6 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 6 Jun 2022 18:20:08 +0200 Subject: [PATCH] Improve screenshot-related section headings in README * Don't put customized icons under Plasma section; it is not Plasma-specific * Rename "Under Plasma 5" to "Plasmoid" to be more specific --- README.md | 7 ++++--- .../resources/screenshots/custom-icons.png | Bin 2 files changed, 4 insertions(+), 3 deletions(-) rename plasmoid/resources/screenshots/plasmoid-3-custom-icons.png => tray/resources/screenshots/custom-icons.png (100%) diff --git a/README.md b/README.md index 44226e0..be13404 100644 --- a/README.md +++ b/README.md @@ -108,13 +108,14 @@ The screenshots are not up-to-date. ### Qt Widgets based GUI under Openbox/Tint2 with dark Breeze theme ![Qt Widgets based GUI under Openbox/Tint2](/tray/resources/screenshots/tint2-dark.png?raw=true) -### Under Plasma 5 +### Plasmoid (for KDE's Plasma shell) #### Light theme ![Plasmoid (light theme)](/plasmoid/resources/screenshots/plasmoid-1.png?raw=true) #### Dark theme ![Plasmoid (dark theme)](/plasmoid/resources/screenshots/plasmoid-2.png?raw=true) -#### Customized icons -![Plasmoid (customized icons)](/plasmoid/resources/screenshots/plasmoid-3-custom-icons.png?raw=true) + +### Icon customization dialog +![Plasmoid (customized icons)](/tray/resources/screenshots/custom-icons.png?raw=true) ### Settings dialog ![Settings dialog](/tray/resources/screenshots/settings.png?raw=true) diff --git a/plasmoid/resources/screenshots/plasmoid-3-custom-icons.png b/tray/resources/screenshots/custom-icons.png similarity index 100% rename from plasmoid/resources/screenshots/plasmoid-3-custom-icons.png rename to tray/resources/screenshots/custom-icons.png