mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 07:20:09 +05:30
update dotfiles
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
@@ -13,5 +13,5 @@ else
|
||||
tooltip+="paused"
|
||||
fi
|
||||
|
||||
if [ $COUNT != 0 ]; then text+=":$COUNT"; fi
|
||||
if [ "$COUNT" != 0 ]; then status+=":$COUNT"; fi
|
||||
printf '{"text":"%s","tooltip":"%s","class":"%s"}' "$status" "$tooltip" "$class" | jq --unbuffered --compact-output
|
||||
|
||||
Reference in New Issue
Block a user