Skip to main content
Glama

Polybar Notification MCP

by khughitt

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

NameRequiredDescriptionDefault
backgroundNoBackground color for the message (default: #333333)
colorNoText color for the message (default: #ffffff)
durationNoDuration in seconds to display the message (default: 5)
messageYesThe message to display in polybar

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "background": { "description": "Background color for the message (default: #333333)", "type": "string" }, "color": { "description": "Text color for the message (default: #ffffff)", "type": "string" }, "duration": { "description": "Duration in seconds to display the message (default: 5)", "type": "number" }, "message": { "description": "The message to display in polybar", "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from Polybar Notification MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/khughitt/polybar-dunst-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server