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:
|
||||
|
||||
# blue
|
||||
## Screenshot
|
||||
![Screenshot](./blue.png)
|
||||
## XResources
|
||||
|
|
|
@ -11,7 +11,7 @@ echo "" >> README.md
|
|||
for a in *.theme
|
||||
do
|
||||
NAME=${a%.theme}
|
||||
echo "# ${NAME}"
|
||||
echo "# ${NAME}" >> README.md
|
||||
./rofi/script/rofi-create-screenshot.sh "${a}" "${NAME}.png"
|
||||
echo "## Screenshot" >> README.md
|
||||
echo "![Screenshot](./${NAME}.png)" >> README.md
|
||||
|
|
Loading…
Reference in a new issue