1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-22 19:22:32 +00:00

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

View file

@ -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)