mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
added note in rc.lua.powerarrow-darker for alticons
This commit is contained in:
parent
45b5b3b917
commit
978315c754
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue