

foreground: "white " # Font family used within the component. background: "#101010 " # Font color used within the component. opacity: 1.0 # Background color of the component. padding: "0 " # Opacity value between 0.0 and 1.0.

See "Shorthand properties" for more info. margin: "0 10px 0 0 " # Horizontal and vertical padding. Currently 7 component types exist: "workspaces", "clock", "text", "battery", "window title", "binding mode" and "tiling direction". The following properties can change the styling of a component, regardless of the component type. The appearance of bar components can also be customized. type: "clock " Bar component configuration type: "workspaces " # Components to display on the right side of the bar. Label: " | " # Components to display on the left side of the bar. `label` is used for each section # of the bar unless `label_` is explictly set, in which case # they are preferred over default. padding: "4px 6px 4px 6px " # Separator between components within the bar. See # "Shorthand properties" for more info. border_color: "blue " # Horizontal and vertical spacing between components within the bar and the edges of the bar. border_width: "0 " # Color of the border. Borders are inside the dimensions of the bar and do # not affect bar height. font_weight: "400 " # Horizontal and vertical borders in pixels. Can # be overriden by setting `font_weight` in a component's config. Typically ranges from 100 to 950, where a higher value is thicker. font_size: "13px " # Default font weight. Can be overriden by setting `font_size` in a component's config. font_family: "Segoe UI " # Default font size. Can be overriden by setting `font_family` in a component's config. foreground: "white " # Default font family.

Can be overriden by setting `foreground` in a component's config. background: "#101010 " # Default font color. opacity: 1.0 # Background color of the bar. position: "top " # Opacity value between 0.0 and 1.0. height: "30px " # The position of the bar on the screen. enabled: true # Height of the bar in pixels.
