Skip to content

Commit

Permalink
Reverting to the state of the project at c94df15
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpob99 committed Aug 20, 2017
1 parent 5ca8703 commit 2e73f0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [releases](https://github.com/davidpob99/nasa-wallpaper/releases) and downlo
`$ sudo dpkg -i nasa-wallpaper_1.0_all.deb`

## Arch Linux
Coming soon in the AUR!
[AUR](https://aur.archlinux.org/packages/nasa-wallpaper/)

## With the code
`git clone https://github.com/davidpob99/nasa-wallpaper`
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
theme: jekyll-theme-slate
google_analytics: UA-88563869-8
2 changes: 2 additions & 0 deletions nasa-wallpaper
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ while getopts 'd:k:c:p:P:y:Y:e:E:w:i:q:l:t:T: anrvh' opt; do
"lxde") pcmanfm --set-wallpaper=$HOME/.nasa-wallpaper/$FECHA.jpg;;
"xfce") xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s "$HOME/.nasa-wallpaper/$FECHA.jpg";;
"mate") gsettings set org.mate.background picture-filename "$HOME/.nasa-wallpaper/$FECHA.jpg";;
"feh") feh --bg-scale "$HOME/.nasa-wallpaper/$FECHA.jpg";;
esac;;

n) URL="https://images-api.nasa.gov/search?media_type=image"
Expand Down Expand Up @@ -154,6 +155,7 @@ while getopts 'd:k:c:p:P:y:Y:e:E:w:i:q:l:t:T: anrvh' opt; do
"lxde") pcmanfm --set-wallpaper=$HOME/.nasa-wallpaper/$ID.jpg;;
"xfce") xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s "$HOME/.nasa-wallpaper/$ID.jpg";;
"mate") gsettings set org.mate.background picture-filename "$HOME/.nasa-wallpaper/$ID.jpg";;
"feh") feh --bg-scale "$HOME/.nasa-wallpaper/$ID.jpg";;
esac;;

r) rm $HOME/.nasa-wallpaper/*.jpg
Expand Down

0 comments on commit 2e73f0d

Please sign in to comment.