Skip to content

Simple-1

View Source    Author: WolfwithSword

A clean, modern overlay collection.

OBS Requirement

This preset requires a specific OBS browser source fix to render correctly. See Widgets are faded/grey/desaturated in OBS for setup instructions.

Previews

Simple-1 preview 1 Simple-1 preview 2


Timer

Displays hours, minutes, and seconds - hours are hidden when under 1 hour remains. Numbers animate top-down on change. When a time multiplier is active, it pops up in a circle on the right. A lock icon appears top-left when locked, and digits dim when paused.

Variable Description
hours-color Hours digit colour
minutes-color Minutes digit colour
seconds-color Seconds digit colour
colon-color Colon separator colour
glow-color Glow effect colour
border-color Outer border colour
inner-border-color Inner border colour
main-background-color Widget background colour
font Font family
font-size Font size
lock-color Lock icon colour
multiplier-text-color Multiplier bubble text colour

None


Event

Displays the most recent event. Multiple events are queued and each displays for a short period before swapping. The primary text shows the username, with the value, amount, and event type below. An icon on the right indicates the event type. On initial load, displays "Welcome!" with a heart.

Info

When testing via the UI simulator, the user will always display as SYSTEM.

Variable Description
border-color Outer border colour
inner-border-color Inner border colour
main-background-color Widget background colour
font Font family
event-width Width of the event card
text-color Text colour
event-glow Event glow effect toggle/value
glow-color Glow effect colour
Variable Type Description
applicableEvents EventTypeList Which event types to display

Progress

A progress bar showing the current points value against the goals max. Goal markers are shown on the bar for each upcoming goal relative to its position. Once full, only the filled bar and points value are shown. When the points multiplier is active, it appears in a circle in the bottom right.

Variable Description
gradient-start Start colour of the progress bar fill
gradient-end End colour of the progress bar fill
text-color Text colour
font Font family
main-background-color Widget background colour
multiplier-text-color Multiplier bubble text colour
border-color Outer border colour
inner-border-color Inner border colour
Variable Type Description
pulseOnFull Boolean Pulse the bar with an animation when points are at max
showMarkers Boolean Show goal markers on the progress bar
useForMoney Boolean If true, uses the rounded money sum in the primary currency instead of points. The multiplier bubble will not show when this is enabled.

Goals

A configurable list of upcoming goals showing their text description and points value. Optionally shows the last completed goal at the top, faded.

Goals preview

Variable Description
border-color Outer border colour
inner-border-color Inner border colour
main-background-color Widget background colour
goal-text-color Goal text colour
goal-height Height of each goal row
goal-gap Gap between goal rows
visible-items Number of goals to show
Variable Type Description
showLastCompleted Boolean Show the last completed goal at the top, faded

Prompt

A simple popup displaying the currently running prompt goal. When complete, sparkles show up, but when it fails, dust smoke puffs comes out.

Prompt preview

Variable Description
border-color Outer border colour
inner-border-color Inner border colour
main-background-color Widget background colour
text-color Text colour
timer-color Timer colour
timer-ring-color Timer ring colour
progress-color Progress bar colour
progress-bg-color Progress bar bg colour
glow-color Glow colour
sparkle-color Sparkle colour
puff-color Puff colour
font Font name for text
prompt-font-size Font size for prompt text
prompt-font-weight Font weight for prompt text
timer-font-size Font size for timer text
timer-font-weight Font weight for timer text
progress-font-size Font size for progress text
progress-font-weight Font weight for progress text
Variable Type Description
lingerSeconds Int Time to let the prompt linger after it ends
startedSound SoundFile Sound for when a prompt starts
startedSoundVolume Float Volume for started sound
successSound SoundFile Sound for when a prompt completes
successSoundVolume Float Volume for success sound
failSound SoundFile Sound for when a prompt ends in failure
failSoundVolume Float Volume for fail sound