10 lines
216 B
YAML
10 lines
216 B
YAML
buttons:
|
|
- title: Click me
|
|
exec: notify-send "Click me"
|
|
pos: 0
|
|
- title: Also click me
|
|
exec: notify-send "Also click me"
|
|
pos: 1
|
|
- title: Click click
|
|
exec: notify-send "Click click"
|
|
pos: 2 |