From 6be7700d0a5b80f0ea68c85be8f549bbc5d9a388 Mon Sep 17 00:00:00 2001 From: varlesh Date: Fri, 30 Dec 2016 07:14:37 +0400 Subject: [PATCH] additionals for kde --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d175a8fd88..0eb1908fcf 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ Support for monochrome icons for KDE color scheme (with Breeze engine and suppor ![kde-color-scheme](kde-color-scheme.png) +Also you can replace color tray icons for non-KDE apps by manually. For example (Breeze colors): +``` +grep -rl d3dae3 ~/.local/share/icons/Papirus-Dark/22x22/panel | xargs sed -i -e 's/#d3dae3/#33393e/g' +``` + # Recommendations - For GTK, better use icons alongside GTK theme [Arc Dark](https://github.com/horst3180/arc-theme) - For KDE, better use alongside [Arc KDE](https://github.com/PapirusDevelopmentTeam/arc-kde)