We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db2244 commit 7aafe58Copy full SHA for 7aafe58
README.md
@@ -22,7 +22,7 @@ cd bash-screensavers
22
./screensaver.sh
23
```
24
25
-Bash Screensavers v0.0.5
+Bash Screensavers v0.0.6
26
27
1. alpha
28
2. bouncing
@@ -31,8 +31,9 @@ Bash Screensavers v0.0.5
31
5. matrix
32
6. pipes
33
7. rain
34
- 8. stars
35
- 9. tunnel
+ 8. speaky
+ 9. stars
36
+ 10. tunnel
37
38
(Press ^C to exit)
39
screensaver.sh
@@ -7,7 +7,7 @@
7
#
8
9
BASH_SCREENSAVERS_NAME="Bash Screensavers"
10
-BASH_SCREENSAVERS_VERSION="0.0.5"
+BASH_SCREENSAVERS_VERSION="0.0.6"
11
BASH_SCREENSAVERS_URL="https://github.com/attogram/bash-screensavers"
12
BASH_SCREENSAVERS_DISCORD="https://discord.gg/BGQJCbYVBa"
13
BASH_SCREENSAVERS_LICENSE="MIT"
0 commit comments