winspaces-ui 0.1.0

Overview overlay, settings window and tray UI for WinSpaces
1
2
3
4
5
6
7
8
9
10
11
12
//! Owner-drawn UI surfaces: the tray flyout menu, Overview, the native
//! settings window, and the transient space indicator.

pub mod menu;
pub mod overview;
pub mod settings;
pub mod space_indicator;
/// Palette resolution shared by every surface in this crate; nothing above
/// it picks colours, so it stays crate-private.
pub(crate) mod theme;
pub mod tiling_preview;
pub mod tray;