Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Update background image paths and thumbnails.
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed May 19, 2015
1 parent 3bb69be commit e717785
Show file tree
Hide file tree
Showing 10 changed files with 290 additions and 234 deletions.
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Created by .ignore support plugin (hsz.mobi)
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties


8 changes: 4 additions & 4 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ h2. Screenshots
h2. Prerequisites

* lightdm
* lightdm-webkit-greeter
* lightdm-webkit2-greeter
* antergos-wallpapers (used for the background switcher)

Enable @ligthdm-webkit-greeter@ by editing @/etc/lightdm/lightdm.conf@ and setting @greeter-session@ property to @lightdm-webkit-greeter@ :
Enable @ligthdm-webkit2-greeter@ by editing @/etc/lightdm/lightdm.conf@ and setting @greeter-session@ property to @lightdm-webkit2-greeter@ :

bc.
[SeatDefaults]
#greeter-session=lightdm-gtk-greeter
greeter-session=lightdm-webkit-greeter
greeter-session=lightdm-webkit2-greeter
user-session=your-session (gnome,cinnamon,xfce...)

h2. Installation
Expand All @@ -34,7 +34,7 @@ Others can install manually:
# Unzip it.
# This should create a folder named like @Antergos-lightdm-webkit-theme-antergos-28c4b13@
# Rename this folder to @antergos@ (so that the complete path becomes @/usr/share/lightdm-webkit/themes/antergos@)
# Edit the resource @/etc/lightdm/lightdm-webkit-greeter.conf@ and set @webkit-theme@ property to @antergos@ :
# Edit the resource @/etc/lightdm/lightdm-webkit2-greeter.conf@ and set @webkit-theme@ property to @antergos@ :

bc.
theme-name=Adwaita
Expand Down
Binary file added img/thumbs/c65sk3mshowxrtlljbvh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added img/thumbs/sky_full_of_stars.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 12 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ <h3>Background Options</h3>
<a href="#" data-img="blossom_by_snipes2.jpg" class="bg clearfix">
<img src="img/thumbs/blossom_by_snipes2.jpg" />
</a>
<a href="#" data-img="c65sk3mshowxrtlljbvh.jpg" class="bg clearfix">
<img src="img/thumbs/c65sk3mshowxrtlljbvh.jpg" />
</a>
<a href="#" data-img="early_morning_by_kylekc.jpg" class="bg clearfix">
<img src="img/thumbs/early_morning_by_kylekc.jpg" />
</a>
Expand All @@ -157,17 +160,20 @@ <h3>Background Options</h3>
<a href="#" data-img="In_the_Grass.jpg" class="bg clearfix">
<img src="img/thumbs/In_the_Grass.jpg" />
</a>
<a href="#" data-img="morning_light_by_l33tc4k3-d5d2yu0.jpg" class="bg clearfix">
<img src="img/thumbs/morning_light_by_l33tc4k3-d5d2yu0.jpg" />
<a href="#" data-img="morning_light.jpg" class="bg clearfix">
<img src="img/thumbs/morning_light.jpg" />
</a>
<a href="#" data-img="Nautilus_Fullscreen.jpg" class="bg clearfix">
<img src="img/thumbs/Nautilus_Fullscreen.jpg" />
</a>
<a href="#" data-img="nikon_d40_test_by_desirefire1-d5fghdc.jpg" class="bg clearfix">
<img src="img/thumbs/nikon_d40_test_by_desirefire1-d5fghdc.jpg" />
<a href="#" data-img="nikon_d40.jpg" class="bg clearfix">
<img src="img/thumbs/nikon_d40.jpg" />
</a>
<a href="#" data-img="solely_by_stevenfields.jpg" class="bg clearfix">
<img src="img/thumbs/solely_by_stevenfields.jpg" />
</a>
<a href="#" data-img="solely_by_stevenfields-d5g1c2o.jpg" class="bg clearfix">
<img src="img/thumbs/solely_by_stevenfields-d5g1c2o.jpg" />
<a href="#" data-img="sky_full_of_stars.jpg" class="bg clearfix">
<img src="img/thumbs/sky_full_of_stars.jpg" />
</a>
<a href="#" data-img="the_world_inside_my_lens__by_moskanon-d5fsiqs.jpg" class="bg clearfix">
<img src="img/thumbs/the_world_inside_my_lens__by_moskanon-d5fsiqs.jpg" />
Expand Down
2 changes: 1 addition & 1 deletion index.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[theme]
name=Antergos
version=2.0.7
version=2.0.8
description=Antergos Theme
engine=lightdm-webkit2-greeter
url=index.html
Expand Down
Loading

0 comments on commit e717785

Please sign in to comment.