9 lines
129 B
Bash
Executable file
9 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
|
|
yad --width=400 --height=200 \
|
|
--center \
|
|
--fixed \
|
|
--title="Calendar" \
|
|
--no-buttons \
|
|
yad \
|
|
--calendar
|