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