-
-
Notifications
You must be signed in to change notification settings - Fork 110
(Widget) Obs
github-actions edited this page Aug 24, 2025
·
3 revisions
ObsWidget is a custom widget that integrates with OBS (Open Broadcaster Software) via WebSocket to display and control recording status.
Option | Type | Default | Description |
---|---|---|---|
connection |
dict | {host: "192.168.1.5", port: 4455, password: "123456"} |
Connection info for OBS WebSocket Server |
icons |
dict | {recording: "\ueba7", stopped: "\ueba5", paused: "\ueba7"} |
The alternative format string for the label. Useful for displaying additional notification details. |
hide_when_not_recording |
boolean | true |
Hide widget when OBS and recording are not running. |
blinking_icon |
boolean | true |
Blink icons when recording is active. |
obs:
type: "yasb.obs.ObsWidget"
options:
connection:
host: "192.168.1.5"
port: 4455
password: "123456"
icons:
recording: "\ueba7"
stopped: "\ueba5"
paused: "\ueba7"
hide_when_not_recording: true
blinking_icon: true
- connection: Connection info for OBS WebSocket Server. Go to Tools -> WebSocket Server Settings in OBS to enable the WebSocket server.
- icons: Icons for different recording states.
- hide_when_not_recording: Hide widget when OBS and recording are not running.
- blinking_icon: Blink icons when recording is active.
.obs-widget {
padding: 0 5px;
}
.obs-widget .recording {
font-size: 18px;
color: #ff3b3b;
}
.obs-widget .paused {
font-size: 18px;
color: #bfc93b;
}
.obs-widget .stopped {
font-size: 18px;
color: #756e70;
}
- Home
- Installation
- Configuration
- Styling
- YASB CLI
- FAQ
- Contributing
- Writing Widget
- Widgets:
- Active Windows Title
- Ai Chat
- Applications
- Battery
- Bluetooth
- Brightness
- Cava
- CPU
- Clock
- Custom
- Github
- GlazeWM Binding Mode
- GlazeWM Tiling Direction
- GlazeWM Workspaces
- Grouper
- GPU
- Home
- Disk
- Language
- Launchpad
- Libre Hardware Monitor
- Media
- Memory
- Microphone
- Notifications
- Notes
- OBS
- Server Monitor
- Systray
- Todo
- Traffic
- Taskbar
- Pomodoro
- Power Menu
- Power Plan
- Recycle Bin
- Update Check
- Visual Studio Code
- Volume
- Wallpapers
- Weather
- WiFi
- WHKD
- Windows-Desktops
- Komorebi Control
- Komorebi Layout
- Komorebi Stack
- Komorebi Workspaces