Updates
This commit is contained in:
parent
6ff0c1b1e3
commit
d882c3fef3
2 changed files with 7 additions and 24 deletions
25
README.md
25
README.md
|
@ -1,29 +1,8 @@
|
|||
# rofi-themes
|
||||
Themes for Rofi
|
||||
|
||||
# Rofi Themes:
|
||||
|
||||
## Screenshot
|
||||
[Screenshot](./blue.png)
|
||||
## XResources
|
||||
```
|
||||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! ------------------------------------------------------------------------------
|
||||
! Use extended color scheme
|
||||
rofi.color-enabled: true
|
||||
! Color scheme for normal row
|
||||
rofi.color-normal: argb:00000000, #00b0ef, argb:00000000, #00b0ef,#0060a0
|
||||
! Color scheme for urgent row
|
||||
rofi.color-urgent: argb:00000000, #ffa0a0, argb:00000000, #ffa0a0,#0060a0
|
||||
! Color scheme for active row
|
||||
rofi.color-active: argb:00000000, #a0ffa0, argb:00000000, #a0ffa0,#0060a0
|
||||
! Color scheme window
|
||||
rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef
|
||||
```
|
||||
# Rofi Themes:
|
||||
|
||||
## Screenshot
|
||||
[Screenshot](./blue.png)
|
||||
![Screenshot](./blue.png)
|
||||
## XResources
|
||||
```
|
||||
! ------------------------------------------------------------------------------
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
git submodule update --init
|
||||
|
||||
# Empty file.
|
||||
echo "" > README.md
|
||||
|
||||
# Fill it
|
||||
echo "# Rofi Themes: " >> README.md
|
||||
echo "" >> README.md
|
||||
for a in *.theme
|
||||
|
@ -10,7 +14,7 @@ do
|
|||
echo "# ${NAME}"
|
||||
./rofi/script/rofi-create-screenshot.sh "${a}" "${NAME}.png"
|
||||
echo "## Screenshot" >> README.md
|
||||
echo "[Screenshot](./${NAME}.png)" >> README.md
|
||||
echo "![Screenshot](./${NAME}.png)" >> README.md
|
||||
echo "## XResources" >> README.md
|
||||
echo "\`\`\`" >> README.md
|
||||
cat "${a}" >> README.md
|
||||
|
|
Loading…
Reference in a new issue