repositionment
This commit is contained in:
parent
c36bf44493
commit
66b6d0f634
1 changed files with 1 additions and 30 deletions
|
@ -1,32 +1,3 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
Version="1.0"
|
||||
Usage_jaaj="
|
||||
wlclock-start [PARAMETTER]
|
||||
|
||||
PARAMETTER
|
||||
-h, --help Print this help and quit
|
||||
-v, --version Print the version and quit
|
||||
"
|
||||
|
||||
|
||||
for i in $@; do
|
||||
case "$i" in
|
||||
"-h" | "--help")
|
||||
echo "$Usage_jaaj"
|
||||
exit 0
|
||||
;;
|
||||
"-v" | "--version")
|
||||
echo "$Version"
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Error, arg $i not find."
|
||||
echo "$Usage_jaaj"
|
||||
exit 127
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
wlclock --layer bottom --position bottom-left --margin 0 0 82 185 --background-colour "#ffffff00" --border-colour "#00000000" --clock-colour "#00ffff" --hand-width 4
|
||||
wlclock --layer bottom --position bottom-left --margin 0 0 95 87 --background-colour "#ffffff00" --border-colour "#00000000" --clock-colour "#00ffff" --hand-width 4
|
||||
|
|
Loading…
Reference in a new issue