From 66b6d0f634a26dba51f40b983dffb7993809a331 Mon Sep 17 00:00:00 2001 From: primardj Date: Mon, 4 Mar 2024 14:43:32 +0000 Subject: [PATCH] repositionment --- wlclock-start.sh | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/wlclock-start.sh b/wlclock-start.sh index 99d4bff..5a005f6 100755 --- a/wlclock-start.sh +++ b/wlclock-start.sh @@ -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