PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.9
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.9
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
desktop-mode / apps / os-settings / help / appearance.md

appearance.md in OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin 1.1.9, at apps/os-settings/help/appearance.md

42 lines 3.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Appearance: colour and desktop layout
2
3 [](index.mdHelp index](index.md](index.md) · [](themes.mdThemes](themes.md](themes.md) · [](wallpaper.mdWallpaper](wallpaper.md](wallpaper.md) · [](navigation.mdNavigation](navigation.md](navigation.md)
4
5 ## Accent colour
6
7 Choose a preset accent from the live swatches (`set_accent`), or supply a six-digit hex colour to `set_custom_accent`. Custom accent both stores the colour and activates the Custom swatch. It colours shell controls and focus treatments. It does not restyle admin documents inside iframe windows. Ask `list_options` for preset ids and their colours; installed extensions can add swatches.
8
9 ## Unified and Split docks
10
11 The **Unified** layout (`desktopLayout: unified`) combines core administration menus, plugin launchers and system items in one dock. **Split** (`desktopLayout: classic`) uses a left sidebar for core menus and a bottom dock for the other items. The API value `classic` deliberately means the UI label Split.
12
13 `set_desktop_layout` changes this arrangement. Individual launcher visibility and location are separate preferences in [](navigation.mdNavigation](navigation.md](navigation.md); unifying the dock does not delete those choices.
14
15 ## Dock placement
16
17 In Unified, `set_dock_placement` accepts `bottom`, `left`, or `right`. Split derives its placement from the layout: left sidebar plus bottom dock. Changing `dockPlacement` while Split is active preserves the choice for Unified but does not move the Split rails.
18
19 ## Dock size
20
21 `set_dock_size` accepts `compact`, `default`, or `large`. These correspond to rail widths of 48, 56 and 72 CSS pixels and icon scales of 18, 20 and 26 pixels. Desktop themes may further shape their appearance.
22
23 ## Static and dynamic behaviour
24
25 `set_dock_behavior` controls the single Unified dock or the bottom Split dock. `static` keeps it visible and reserves its occupied band in the work area. `dynamic` folds the rail into a subtle edge indicator, reveals it when the pointer reaches it or keyboard focus enters it, and reserves no desktop band.
26
27 `set_side_dock_behavior` controls only Split's sidebar, independently. Both accept `static` or `dynamic`. “Hide the docks until I need them” means dynamic, not hiding every Navigation item. “Make the docks dynamic” in Split should change both rail behaviours.
28
29 ## Dock renderer
30
31 `set_dock_rail_renderer` selects the rendering style from the live renderer catalog. It changes the presentation of a rail, not which items belong to it. Never guess a renderer id; `list_options` supplies ids and labels.
32
33 ## WordPress admin bar
34
35 `set_admin_bar_mode` accepts `static` (always shown), `dynamic` (auto-hiding peek strip), or `hidden` (not rendered). This affects the bar above the desktop. It is separate from the dock and sidebar behaviours. The shell measures the actual visible bar height when calculating its work area.
36
37 ## Examples
38
39 - “One large dock on the right”: set desktop layout to `unified`, dock size to `large`, dock placement to `right`.
40 - “Split layout but let both rails get out of the way”: set layout `classic`, dock behaviour `dynamic`, sidebar behaviour `dynamic`.
41 - “Use turquoise”: list available accent colours first, then select the user's intended swatch or ask for a custom colour if the choice is ambiguous.
42