-
-
Notifications
You must be signed in to change notification settings - Fork 79
Configuration
The configuration uses the YAML file format and is named config
or config.yaml
.
Valid directories for this file are C:/Users/{username}/.config/yasb/
or path where YASB is Installed.
A good starting point is the default config.
All valid options for the widgets are listed on the widgets page.
Option | Type | Default | Description |
---|---|---|---|
watch_stylesheet |
boolean | true |
Reload bar when style is changed. |
watch_config |
boolean | true |
Reload bar when config is changed. |
debug |
boolean | false |
Enable debug mode to see more logs |
Option | Type | Default | Description |
---|---|---|---|
start_command |
string | "komorebic start --whkd" |
Start komorebi with --whkd and default config location. |
stop_coommand |
string | "komorebic stop --whkd" |
Stop komorebi. |
reload_command |
string | "komorebic reload-configuration" |
Reload komorebi configuration. |
Option | Type | Default | Description |
---|---|---|---|
enabled |
boolean | true |
Whether the status bar is enabled. |
screens |
list | ['*'] |
The screens on which the status bar should be displayed. |
class_name |
string | "yasb-bar" |
The CSS class name for the status bar. |
alignment |
object | {position: "top", center: false} |
The alignment settings for the status bar. |
blur_effect |
object | {enabled: false, acrylic: false, dark_mode: false, round_corners: false, border_color: System} |
The blur effect settings for the status bar. |
window_flags |
object | {always_on_top: false, windows_app_bar: true} |
The window flags for the status bar. |
dimensions |
object | {width: "100%", height: 36} |
The dimensions of the status bar. |
padding |
object | {top: 4, left: 0, bottom: 4, right: 0} |
The padding for the status bar. |
widgets |
list | left[],center[],right[] |
Active widgets and position. |
status-bar:
screens: ['DELL P2419H (1)']
...
status-bar-2:
screens: ['DELL P2419H (2)']
...
We used Windows API for blur, and because of this some parts are limited with the OS.
blur_effect.enabled
Will enable defaul blur.
blur_effect.acrylic
Enable an acrylic blur effect behind a window.
blur_effect.dark_mode
Dark mode and more shadow below bar.
blur_effect.round_corners
True or False, if set to True Windows will add radius. You can't set a custom value.
blur_effect.border_color
Default border color for bar can be None
, System
or Hex Color
. (This applies to system round_corners and if blur_effect.round_corners is True.)
- Home
- Installation
- Configuration
- Styling
- YASB CLI
- FAQ
- Widgets:
- Active Windows Title
- Applications
- Battery
- Bluetooth
- Brightness
- Cava
- CPU
- Clock
- Custom
- Github
- GlazeWM Binding Mode
- GlazeWM Tiling Direction
- GlazeWM Workspaces
- Home
- Disk
- Language
- Libre Hardware Monitor
- Media
- Memory
- Microphone
- Notifications
- Notes
- OBS
- Server Monitor
- Systray
- Traffic
- Taskbar
- Pomodoro
- Power Menu
- Recycle Bin
- Update Check
- Visual Studio Code
- Volume
- Wallpapers
- Weather
- WiFi
- WHKD
- Windows-Desktops
- Komorebi Control
- Komorebi Layout
- Komorebi Stack
- Komorebi Workspaces
- Writing Widget