extra: add sources to the backgrounds and themes

This commit is contained in:
Marcel Hollerbach 2017-04-03 19:39:16 +02:00
parent a52d4f1a14
commit 561a5a1f49
3 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@ THEMES = {
'name': 'Arc Dark',
'author': 'LeBlue',
'description': 'Arc (dark) theme for enlightenment.',
'source' : 'https://github.com/LeBlue/enlightenment-arc-theme.git',
'version': 3
},
'arc-light': {
@ -18,6 +19,7 @@ THEMES = {
'name': 'Bling',
'author': 'netstar',
'description': 'The theme used while e17 was in development.',
'source' : 'https://git.enlightenment.org/themes/blingbling.git/',
'version': 2
},
'eflemettary': {
@ -25,6 +27,7 @@ THEMES = {
'name': 'Eflemettary',
'author': 'NikaWhite, rimmed, FurryMad and LordDrew',
'description': 'A theme written and designed with eflete',
'source' : 'https://git.enlightenment.org/devs/nikawhite/eflemettary.git/',
'version': 1,
}
}

View File

@ -11,6 +11,9 @@
{% if background['description'] %}
<li>Description: {{ background['description'] }}</li>
{% endif %}
{% if background['source'] %}
<li>Source: <a href="{{ background['source'] }}">{{ background['source'] }}</a></li>
{% endif %}
</ul>
<br /><br />

View File

@ -11,6 +11,9 @@
{% if theme['description'] %}
<li>Description: {{ theme['description'] }}</li>
{% endif %}
{% if theme['source'] %}
<li>Source: <a href="{{ theme['source'] }}">{{ theme['source'] }}</a></li>
{% endif %}
</ul>
<br /><br />