Add wibar drawing to screen properties images.

This commit is contained in:
Aire-One 2019-11-16 20:08:36 +01:00
parent 92f698bbae
commit 3791daaeaf
4 changed files with 8 additions and 4 deletions

View File

@ -23,7 +23,7 @@ end --DOC_HIDE
--DOC_NEWLINE
-- This will shift the workarea by 24px at the top.
awful.wibar {
local wibar = awful.wibar {
position = "top",
height = 24,
}
@ -32,4 +32,5 @@ return { --DOC_HIDE
factor = 2 , --DOC_HIDE
show_boxes = false, --DOC_HIDE
highlight_geometry = true , --DOC_HIDE
draw_wibar = wibar, --DOC_HIDE
} --DOC_HIDE

View File

@ -26,7 +26,7 @@ end --DOC_HIDE
bottom = 20,
}
awful.wibar { --DOC_HIDE
local wibar = awful.wibar { --DOC_HIDE
position = "top", --DOC_HIDE
height = 24, --DOC_HIDE
} --DOC_HIDE
@ -35,4 +35,5 @@ return { --DOC_HIDE
factor = 2 , --DOC_HIDE
show_boxes = false, --DOC_HIDE
highlight_padding_area = true , --DOC_HIDE
draw_wibar = wibar, --DOC_HIDE
} --DOC_HIDE

View File

@ -18,7 +18,7 @@ screen[1].padding = {
bottom = 20,
}
awful.wibar {
local wibar = awful.wibar {
position = "top",
height = 24,
}
@ -27,4 +27,5 @@ return {
factor = 2 ,
show_boxes = false,
highlight_tiling_area = true ,
draw_wibar = wibar,
}

View File

@ -29,7 +29,7 @@ end --DOC_HIDE
--DOC_NEWLINE
-- This will shift the workarea by 24px at the top.
awful.wibar {
local wibar = awful.wibar {
position = "top",
height = 24,
}
@ -38,4 +38,5 @@ return { --DOC_HIDE
factor = 2 , --DOC_HIDE
show_boxes = false, --DOC_HIDE
highlight_workarea = true , --DOC_HIDE
draw_wibar = wibar, --DOC_HIDE
} --DOC_HIDE