Skip to content

(Widget) Whkd

github-actions edited this page Oct 8, 2024 · 1 revision

WHKD Widget Options

Whkd is a simple hotkey daemon for Windows that reacts to input events by executing commands. More information can be found here.

Option Type Default Description
label string "\uf11c" The string for the label button.
container_padding dict {'top': 0, 'left': 0, 'bottom': 0, 'right': 0} Explicitly set padding inside widget container.

Example Configuration

whkd:
  type: "yasb.whkd.WhkdWidget"
  options:
    label: "<span>\uf11c</span>"

Description of Options

  • label: The string for the label button.
  • container_padding: Explicitly set padding inside widget container.

Example Style

.whkd-widget {}
.whkd-widget .windget-container {}
.whkd-widget .label {}
.whkd-widget .icon {}