13 lines
290 B
Bash
Executable file
13 lines
290 B
Bash
Executable file
#!/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
|