Switch Background
Function Description
Switches the background image with optional transition effect.
Syntax Structure
text
background [background_name] [transition_effect]Parameter Description
| Parameter | Required | Example | Description |
|---|---|---|---|
| background_name | Yes | sunset | Background image name |
| transition_effect | No | fade | Optional transition effect (e.g., fade, blinds) |
Examples
text
# Switch background with fade effect
background sunset fade
# Switch background instantly
background night