update
This commit is contained in:
parent
81574fd7bc
commit
7ef2c71725
@ -4,36 +4,36 @@ Wallpapers can be found in the ./home/wallpapers folder.
|
|||||||
|
|
||||||
| Name | Preview |
|
| Name | Preview |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
| 146.png |  |
|
| 146.png |  |
|
||||||
| 147.png |  |
|
| 147.png |  |
|
||||||
| astronaut.png |  |
|
| astronaut.png |  |
|
||||||
| aurore.png |  |
|
| aurore.png |  |
|
||||||
| barcode.png |  |
|
| barcode.png |  |
|
||||||
| cat-leaves.png |  |
|
| cat-leaves.png |  |
|
||||||
| cloud.png |  |
|
| cloud.png |  |
|
||||||
| clouds.png |  |
|
| clouds.png |  |
|
||||||
| clouds2.png |  |
|
| clouds2.png |  |
|
||||||
| coffee.png |  |
|
| coffee.png |  |
|
||||||
| dark.png |  |
|
| dark.png |  |
|
||||||
| dark_cloud.png |  |
|
| dark_cloud.png |  |
|
||||||
| fuji-dark.png |  |
|
| fuji-dark.png |  |
|
||||||
| fuji-light.png |  |
|
| fuji-light.png |  |
|
||||||
| galaxy.png |  |
|
| galaxy.png |  |
|
||||||
| house-cloud.png |  |
|
| house-cloud.png |  |
|
||||||
| key.png |  |
|
| key.png |  |
|
||||||
| lavender-cat.png |  |
|
| lavender-cat.png |  |
|
||||||
| lofi-computer.png |  |
|
| lofi-computer.png |  |
|
||||||
| lofi-urban.png |  |
|
| lofi-urban.png |  |
|
||||||
| magma.png |  |
|
| magma.png |  |
|
||||||
| mountains-black.png |  |
|
| mountains-black.png |  |
|
||||||
| mountains.png |  |
|
| mountains.png |  |
|
||||||
| nix.png |  |
|
| nix.png |  |
|
||||||
| problems.png |  |
|
| problems.png |  |
|
||||||
| sea.png |  |
|
| sea.png |  |
|
||||||
| space.png |  |
|
| space.png |  |
|
||||||
| space2.png |  |
|
| space2.png |  |
|
||||||
| street.png |  |
|
| street.png |  |
|
||||||
| sun.png |  |
|
| sun.png |  |
|
||||||
| tokyo.png |  |
|
| tokyo.png |  |
|
||||||
| train.png |  |
|
| train.png |  |
|
||||||
| windows.png |  |
|
| windows.png |  |
|
||||||
|
@ -14,8 +14,8 @@ echo "| Name | Preview |" >>"$WALLPAPERS_MD"
|
|||||||
echo "| -- | -- |" >>"$WALLPAPERS_MD"
|
echo "| -- | -- |" >>"$WALLPAPERS_MD"
|
||||||
|
|
||||||
for file in $WALLPAPERS_FOLDER/*.png; do
|
for file in $WALLPAPERS_FOLDER/*.png; do
|
||||||
|
filename=$(basename $file)
|
||||||
echo "| $(basename $file) |  |" >>"$WALLPAPERS_MD"
|
echo "| $filename |  |" >>"$WALLPAPERS_MD"
|
||||||
done
|
done
|
||||||
|
|
||||||
pandoc -t commonmark_x "$WALLPAPERS_MD" -o "/tmp/wallpapers.md"
|
pandoc -t commonmark_x "$WALLPAPERS_MD" -o "/tmp/wallpapers.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user