-
Notifications
You must be signed in to change notification settings - Fork 25
(Widget) Whkd
github-actions edited this page Oct 8, 2024
·
1 revision
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. |
whkd:
type: "yasb.whkd.WhkdWidget"
options:
label: "<span>\uf11c</span>"
- label: The string for the label button.
- container_padding: Explicitly set padding inside widget container.
.whkd-widget {}
.whkd-widget .windget-container {}
.whkd-widget .label {}
.whkd-widget .icon {}