display_polybar_message
Send custom messages to the polybar status bar for user notifications. Specify message text, duration, and color to alert users during operations or input requests.
Instructions
Display a message in polybar status bar. Useful for notifying the user when an operation is complete or when waiting for user input.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
background | No | Background color for the message (default: #333333) | |
color | No | Text color for the message (default: #ffffff) | |
duration | No | Duration in seconds to display the message (default: 5) | |
message | Yes | The message to display in polybar |