updates
This commit is contained in:
parent
d882c3fef3
commit
e533dc022c
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
# Rofi Themes:
|
# Rofi Themes:
|
||||||
|
|
||||||
|
# blue
|
||||||
## Screenshot
|
## Screenshot
|
||||||
![Screenshot](./blue.png)
|
![Screenshot](./blue.png)
|
||||||
## XResources
|
## XResources
|
||||||
|
|
|
@ -11,7 +11,7 @@ echo "" >> README.md
|
||||||
for a in *.theme
|
for a in *.theme
|
||||||
do
|
do
|
||||||
NAME=${a%.theme}
|
NAME=${a%.theme}
|
||||||
echo "# ${NAME}"
|
echo "# ${NAME}" >> README.md
|
||||||
./rofi/script/rofi-create-screenshot.sh "${a}" "${NAME}.png"
|
./rofi/script/rofi-create-screenshot.sh "${a}" "${NAME}.png"
|
||||||
echo "## Screenshot" >> README.md
|
echo "## Screenshot" >> README.md
|
||||||
echo "![Screenshot](./${NAME}.png)" >> README.md
|
echo "![Screenshot](./${NAME}.png)" >> README.md
|
||||||
|
|
Loading…
Reference in a new issue