custom_button
Shows a custom glyph/image and an optional label. What it does on click and scroll is set with widget actions.
| Setting | Type | Default | Description |
|---|---|---|---|
glyph | string | "heart" | Bar glyph name: Noctalia alias, Tabler icon name, or U+ / 0x codepoint |
custom_image | string | "" | Path to a custom image displayed instead of the glyph. Leave empty to use the glyph |
custom_image_colorize | bool | false | When true, tint the custom image with the widget icon color |
label | string | "" | Optional text label shown next to the glyph or image |
tooltip | string | "" | Optional hover tooltip |
[widget.quick-action]type = "custom_button"custom_image = "/path/to/icon.png"custom_image_colorize = truelabel = "Action"
[widget.quick-action.actions]left = "exec notify-send Noctalia"right = "exec notify-send 'Other action'"