10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
yad --width=400 --height=200 \
|
||
|
--center \
|
||
|
--fixed \
|
||
|
--title="Calendar" \
|
||
|
--no-buttons \
|
||
|
yad \
|
||
|
--calendar
|