Skip to content

Commit

Permalink
Update Wallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Feb 2, 2024
1 parent 562803a commit 6ddb26a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ Default: UTC
Set a background image for the openbox desktop \
Default: None \
Image Links:
[1](http://digitalblasphemy.com/graphics/HDfree/metallurgy1HDfree.jpg) /
[2](http://digitalblasphemy.com/graphics/HDfree/portals1HDfree.jpg) /
[3](http://digitalblasphemy.com/graphics/HDfree/cronusrising2k141HDfree.jpg) /
[4](http://digitalblasphemy.com/graphics/HDfree/harbinger2k91HDfree.jpg) /
[5](http://digitalblasphemy.com/graphics/HDfree/arcana2HDfree.jpg) /
[6](http://digitalblasphemy.com/graphics/HDfree/rivenHDfree.jpg) /
[7](http://digitalblasphemy.com/graphics/HDfree/circularlogicHDfree.jpg) /
[8](http://digitalblasphemy.com/graphics/HDfree/gardener2k121HDfree.jpg) \
[1](http://rapidlinux.org/udwp/metallurgy1HDfree.jpg) /
[2](http://rapidlinux.org/udwp/portals1HDfree.jpg) /
[3](http://rapidlinux.org/udwp/cronusrising2k141HDfree.jpg) /
[4](http://rapidlinux.org/udwp/harbinger2k91HDfree.jpg) /
[5](http://rapidlinux.org/udwp/arcana2HDfree.jpg) /
[6](http://rapidlinux.org/udwp/rivenHDfree.jpg) /
[7](http://rapidlinux.org/udwp/circularlogicHDfree.jpg) /
[8](http://rapidlinux.org/udwp/gardener2k121HDfree.jpg) /
[9](http://rapidlinux.org/udwp/overseer2k141_single_1920x1080.jpg) \
Layout Options: fill / extend / full / tile / cover / center \
Default Layout: center
```
Expand Down
17 changes: 9 additions & 8 deletions bin/set_wallpaper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ if [ -z "$1" ]; then
fi

case "$1" in
1) WPURL="http://digitalblasphemy.com/graphics/HDfree/metallurgy1HDfree.jpg" ;;
2) WPURL="http://digitalblasphemy.com/graphics/HDfree/portals1HDfree.jpg" ;;
3) WPURL="http://digitalblasphemy.com/graphics/HDfree/cronusrising2k141HDfree.jpg" ;;
4) WPURL="http://digitalblasphemy.com/graphics/HDfree/harbinger2k91HDfree.jpg" ;;
5) WPURL="http://digitalblasphemy.com/graphics/HDfree/arcana2HDfree.jpg" ;;
6) WPURL="http://digitalblasphemy.com/graphics/HDfree/rivenHDfree.jpg" ;;
7) WPURL="http://digitalblasphemy.com/graphics/HDfree/circularlogicHDfree.jpg" ;;
8) WPURL="http://digitalblasphemy.com/graphics/HDfree/gardener2k121HDfree.jpg" ;;
1) WPURL="http://rapidlinux.org/udwp/metallurgy1HDfree.jpg" ;;
2) WPURL="http://rapidlinux.org/udwp/portals1HDfree.jpg" ;;
3) WPURL="http://rapidlinux.org/udwp/cronusrising2k141HDfree.jpg" ;;
4) WPURL="http://rapidlinux.org/udwp/harbinger2k91HDfree.jpg" ;;
5) WPURL="http://rapidlinux.org/udwp/arcana2HDfree.jpg" ;;
6) WPURL="http://rapidlinux.org/udwp/rivenHDfree.jpg" ;;
7) WPURL="http://rapidlinux.org/udwp/circularlogicHDfree.jpg" ;;
8) WPURL="http://rapidlinux.org/udwp/gardener2k121HDfree.jpg" ;;
9) WPURL="http://rapidlinux.org/udwp/overseer2k141_single_1920x1080.jpg" ;;
*) WPURL="0" ;;
esac

Expand Down

0 comments on commit 6ddb26a

Please sign in to comment.