Add wibar drawing to screen properties images.
This commit is contained in:
parent
92f698bbae
commit
3791daaeaf
|
@ -23,7 +23,7 @@ end --DOC_HIDE
|
||||||
--DOC_NEWLINE
|
--DOC_NEWLINE
|
||||||
|
|
||||||
-- This will shift the workarea by 24px at the top.
|
-- This will shift the workarea by 24px at the top.
|
||||||
awful.wibar {
|
local wibar = awful.wibar {
|
||||||
position = "top",
|
position = "top",
|
||||||
height = 24,
|
height = 24,
|
||||||
}
|
}
|
||||||
|
@ -32,4 +32,5 @@ return { --DOC_HIDE
|
||||||
factor = 2 , --DOC_HIDE
|
factor = 2 , --DOC_HIDE
|
||||||
show_boxes = false, --DOC_HIDE
|
show_boxes = false, --DOC_HIDE
|
||||||
highlight_geometry = true , --DOC_HIDE
|
highlight_geometry = true , --DOC_HIDE
|
||||||
|
draw_wibar = wibar, --DOC_HIDE
|
||||||
} --DOC_HIDE
|
} --DOC_HIDE
|
||||||
|
|
|
@ -26,7 +26,7 @@ end --DOC_HIDE
|
||||||
bottom = 20,
|
bottom = 20,
|
||||||
}
|
}
|
||||||
|
|
||||||
awful.wibar { --DOC_HIDE
|
local wibar = awful.wibar { --DOC_HIDE
|
||||||
position = "top", --DOC_HIDE
|
position = "top", --DOC_HIDE
|
||||||
height = 24, --DOC_HIDE
|
height = 24, --DOC_HIDE
|
||||||
} --DOC_HIDE
|
} --DOC_HIDE
|
||||||
|
@ -35,4 +35,5 @@ return { --DOC_HIDE
|
||||||
factor = 2 , --DOC_HIDE
|
factor = 2 , --DOC_HIDE
|
||||||
show_boxes = false, --DOC_HIDE
|
show_boxes = false, --DOC_HIDE
|
||||||
highlight_padding_area = true , --DOC_HIDE
|
highlight_padding_area = true , --DOC_HIDE
|
||||||
|
draw_wibar = wibar, --DOC_HIDE
|
||||||
} --DOC_HIDE
|
} --DOC_HIDE
|
||||||
|
|
|
@ -18,7 +18,7 @@ screen[1].padding = {
|
||||||
bottom = 20,
|
bottom = 20,
|
||||||
}
|
}
|
||||||
|
|
||||||
awful.wibar {
|
local wibar = awful.wibar {
|
||||||
position = "top",
|
position = "top",
|
||||||
height = 24,
|
height = 24,
|
||||||
}
|
}
|
||||||
|
@ -27,4 +27,5 @@ return {
|
||||||
factor = 2 ,
|
factor = 2 ,
|
||||||
show_boxes = false,
|
show_boxes = false,
|
||||||
highlight_tiling_area = true ,
|
highlight_tiling_area = true ,
|
||||||
|
draw_wibar = wibar,
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ end --DOC_HIDE
|
||||||
--DOC_NEWLINE
|
--DOC_NEWLINE
|
||||||
|
|
||||||
-- This will shift the workarea by 24px at the top.
|
-- This will shift the workarea by 24px at the top.
|
||||||
awful.wibar {
|
local wibar = awful.wibar {
|
||||||
position = "top",
|
position = "top",
|
||||||
height = 24,
|
height = 24,
|
||||||
}
|
}
|
||||||
|
@ -38,4 +38,5 @@ return { --DOC_HIDE
|
||||||
factor = 2 , --DOC_HIDE
|
factor = 2 , --DOC_HIDE
|
||||||
show_boxes = false, --DOC_HIDE
|
show_boxes = false, --DOC_HIDE
|
||||||
highlight_workarea = true , --DOC_HIDE
|
highlight_workarea = true , --DOC_HIDE
|
||||||
|
draw_wibar = wibar, --DOC_HIDE
|
||||||
} --DOC_HIDE
|
} --DOC_HIDE
|
||||||
|
|
Loading…
Reference in New Issue