add Usage_jaaj and Version variables
This commit is contained in:
parent
036c1f9825
commit
2b68f90adb
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
Version="1.0"
|
||||||
|
Usage_jaaj="
|
||||||
|
wlclock-start [PARAMETTER]
|
||||||
|
|
||||||
|
PARAMETTER
|
||||||
|
-h, --help
|
||||||
|
-v, --version
|
||||||
|
"
|
||||||
|
|
||||||
|
|
||||||
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 82 185 --background-colour "#ffffff00" --border-colour "#00000000" --clock-colour "#00ffff" --hand-width 4
|
||||||
|
|
Loading…
Reference in a new issue