mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Theme option to configure boxes from workspace OSD
This allows to configure width and height of "boxes" displayed in the workspace OSD.
This commit is contained in:
parent
111b955b53
commit
38cfea7e09
5 changed files with 44 additions and 13 deletions
|
|
@ -174,6 +174,12 @@ elements are not listed here, but are supported.
|
|||
Border width of the selection box in the window switcher in pixels.
|
||||
Default is 2.
|
||||
|
||||
*osd.workspace-switcher.boxes.width*
|
||||
Width of boxes in workspace switcher in pixels. Setting to 0 disables boxes. Default is 20.
|
||||
|
||||
*osd.workspace-switcher.boxes.height*
|
||||
Height of boxes in workspace switcher in pixels. Setting to 0 disables boxes. Default is 20.
|
||||
|
||||
*border.color*
|
||||
Set all border colors. This is obsolete, but supported for backward
|
||||
compatibility as some themes still contain it.
|
||||
|
|
|
|||
|
|
@ -65,3 +65,6 @@ osd.window-switcher.padding: 4
|
|||
osd.window-switcher.item.padding.x: 10
|
||||
osd.window-switcher.item.padding.y: 1
|
||||
osd.window-switcher.item.active.border.width: 2
|
||||
|
||||
osd.workspace-switcher.boxes.width: 20
|
||||
osd.workspace-switcher.boxes.height: 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue