mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
doc: fix typo in awful.wallpaper doc example (#3958)
This commit is contained in:
parent
2b7006fb45
commit
208129b728
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ local s = screen[1] --DOC_HIDE
|
|||
|
||||
--DOC_NEWLINE
|
||||
|
||||
-- Clip-out some increasingly large sections of add the sun "bars"
|
||||
-- Clip-out some increasingly large sections to add the sun "bars"
|
||||
for i=0, 6 do
|
||||
cr:rectangle(0, height*.28 + i*(height*.055 + i/2), width, height*.055)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue