[awesomerc] Use white icon by default
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
51e72f1d68
commit
94cce69d68
|
@ -73,7 +73,7 @@ myiconbox:set("image", "@iconsdir@/awesome16.png")
|
||||||
mylayoutbox = {}
|
mylayoutbox = {}
|
||||||
for s = 1, awesome.screen_count() do
|
for s = 1, awesome.screen_count() do
|
||||||
mylayoutbox[s] = widget.new({ type = "iconbox", name = "myiconbox", align = "right" })
|
mylayoutbox[s] = widget.new({ type = "iconbox", name = "myiconbox", align = "right" })
|
||||||
mylayoutbox[s]:set("image", "@iconsdir@/layouts/tile.png")
|
mylayoutbox[s]:set("image", "@iconsdir@/layouts/tilew.png")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Create a statusbar for each screen and add it
|
-- Create a statusbar for each screen and add it
|
||||||
|
|
Loading…
Reference in New Issue