From 978315c75420598651b6a9c015425641a2a9c98b Mon Sep 17 00:00:00 2001 From: Yuexiao Guo Date: Wed, 1 Oct 2014 11:49:17 -0400 Subject: [PATCH] added note in rc.lua.powerarrow-darker for alticons --- rc.lua.powerarrow-darker | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index 4ce641f..511d806 100644 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -329,6 +329,8 @@ for s = 1, screen.count() do left_layout:add(spr) -- Widgets that are aligned to the upper right + -- If you are moving widgets from a section with light grey background to dark grey or vice versa, + -- use a replacement icon as appropriate from themes/powerarrow-darker/alticons so your icons match the bg. local right_layout = wibox.layout.fixed.horizontal() if s == 1 then right_layout:add(wibox.widget.systray()) end right_layout:add(spr)