Skip to content

osd

On-screen display overlay for transient events like volume and brightness.

General

FieldTypeDefaultDescription
enabledbooltrueShow OSD overlays for volume, brightness, and keyboard toggles.
positionOsdPosition"bottom"Screen anchor position.
durationu322500Auto-dismiss delay in milliseconds.
monitorOsdMonitor"primary"Target monitor: "primary" or a connector name like "DP-1".
marginSpacing150Margin from screen edges.
borderbooltrueShow a border around the OSD.

Default configuration

toml
[osd]
enabled = true
position = "bottom"
duration = 2500
monitor = "primary"
margin = 150.0
border = true

Released under the MIT License.