added note in rc.lua.powerarrow-darker for alticons

This commit is contained in:
Yuexiao Guo 2014-10-01 11:49:17 -04:00
parent 45b5b3b917
commit 978315c754
1 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,8 @@ for s = 1, screen.count() do
left_layout:add(spr) left_layout:add(spr)
-- Widgets that are aligned to the upper right -- 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() local right_layout = wibox.layout.fixed.horizontal()
if s == 1 then right_layout:add(wibox.widget.systray()) end if s == 1 then right_layout:add(wibox.widget.systray()) end
right_layout:add(spr) right_layout:add(spr)