Skip to content

Commit

Permalink
Update example gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Jun 29, 2020
1 parent aada5d2 commit a5025c9
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 28 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [4.0.0b4](https://github.com/JrGoodle/clowder/releases/tag/4.0.0b4)
## [4.0b4](https://github.com/JrGoodle/clowder/releases/tag/4.0b4)

## [4.0.0b3](https://github.com/JrGoodle/clowder/releases/tag/4.0.0b3)
## [4.0b3](https://github.com/JrGoodle/clowder/releases/tag/4.0b3)

## [4.0.0b2](https://github.com/JrGoodle/clowder/releases/tag/4.0.0b2)
## [4.0b2](https://github.com/JrGoodle/clowder/releases/tag/4.0b2)

## [4.0.0b1](https://github.com/JrGoodle/clowder/releases/tag/4.0.0b1)
## [4.0b1](https://github.com/JrGoodle/clowder/releases/tag/4.0b1)

- Add official support for Python 3.8
- Add GitHub Action workflow test
Expand Down
Binary file modified docs/examples/clowder-herd.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/clowder-init.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/clowder-status.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/examples/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" || exit 1

export examples=( \
# 'init' \
'herd' \
# 'status' \
# 'herd' \
'status' \
)

for example in "${examples[@]}"; do
Expand Down
14 changes: 6 additions & 8 deletions docs/examples/herd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ config:

# Quality
# 1 - 100
quality: 100
quality: 50

# Delay between frames in ms
# If the value is `auto` use the actual recording delays
Expand All @@ -49,13 +49,11 @@ config:
# To hide the title use the value null
# Don't forget to add a backgroundColor style with a null as type
frameBox:
type: window
type: solid
title: null
style:
border: 0px black solid
fontSize: 16px
# boxShadow: none
# margin: 0px
boxShadow: none
margin: 0px

# Add a watermark image to the rendered gif
# You need to specify an absolute path for
Expand All @@ -74,13 +72,13 @@ config:
# `block`, `underline`, or `bar`
cursorStyle: block

# Font family
# Font famil
# You can use any font that is installed on your machine
# in CSS-like syntax
fontFamily: "Source Code Pro, Monospace"

# The size of the font
fontSize: 16
fontSize: 10

# The height of lines
lineHeight: 1
Expand Down
12 changes: 5 additions & 7 deletions docs/examples/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ config:
# Explicitly set the number of rows
# or use `auto` to take the current
# number of rows of your shell
rows: 25
rows: 20

# Amount of times to repeat GIF
# If value is -1, play once
Expand All @@ -49,13 +49,11 @@ config:
# To hide the title use the value null
# Don't forget to add a backgroundColor style with a null as type
frameBox:
type: window
type: solid
title: null
style:
border: 0px black solid
fontSize: 16px
# boxShadow: none
# margin: 0px
boxShadow: none
margin: 0px

# Add a watermark image to the rendered gif
# You need to specify an absolute path for
Expand All @@ -80,7 +78,7 @@ config:
fontFamily: "Source Code Pro, Monospace"

# The size of the font
fontSize: 16
fontSize: 12

# The height of lines
lineHeight: 1
Expand Down
12 changes: 5 additions & 7 deletions docs/examples/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ config:
# Explicitly set the number of rows
# or use `auto` to take the current
# number of rows of your shell
rows: 20
rows: 15

# Amount of times to repeat GIF
# If value is -1, play once
Expand All @@ -49,13 +49,11 @@ config:
# To hide the title use the value null
# Don't forget to add a backgroundColor style with a null as type
frameBox:
type: window
type: solid
title: null
style:
border: 0px black solid
fontSize: 16px
# boxShadow: none
# margin: 0px
boxShadow: none
margin: 0px

# Add a watermark image to the rendered gif
# You need to specify an absolute path for
Expand All @@ -80,7 +78,7 @@ config:
fontFamily: "Source Code Pro, Monospace"

# The size of the font
fontSize: 16
fontSize: 12

# The height of lines
lineHeight: 1
Expand Down

0 comments on commit a5025c9

Please sign in to comment.