All Projects → ujnzxw → Oh My Earth

ujnzxw / Oh My Earth

Licence: mit
Make a real time earth picture as your wallpaper

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Oh My Earth

komorebi
A beautiful and customizable wallpaper manager for Linux
Stars: ✭ 231 (+37.5%)
Mutual labels:  wallpaper, desktop
Dmskin Wallpaper Maker
Windows 桌面动态壁纸 视频壁纸
Stars: ✭ 151 (-10.12%)
Mutual labels:  wallpaper, desktop
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (-83.93%)
Mutual labels:  wallpaper, desktop
YdarWallpaper
opengl渲染的动态桌面壁纸
Stars: ✭ 65 (-61.31%)
Mutual labels:  wallpaper, desktop
Paperview
A high performance X11 animated wallpaper setter
Stars: ✭ 999 (+494.64%)
Mutual labels:  wallpaper, desktop
Repaper
Desktop that changes based on weather & time
Stars: ✭ 148 (-11.9%)
Mutual labels:  wallpaper, desktop
ActiveDesktopPlus
A simple app that lets you pin windows to your desktop and use fullscreen programs and videos as interactive wallpapers.
Stars: ✭ 88 (-47.62%)
Mutual labels:  wallpaper, desktop
Komorebi
A beautiful and customizable wallpapers manager for Linux
Stars: ✭ 2,472 (+1371.43%)
Mutual labels:  wallpaper, desktop
Lively
Stars: ✭ 5,721 (+3305.36%)
Mutual labels:  wallpaper, desktop
Zvirtualdesktop
Windows 10 Virtual Desktop Hotkeys, System Tray Icon, Wallpapers, and Task View replacement
Stars: ✭ 322 (+91.67%)
Mutual labels:  wallpaper, desktop
animwall
Animated wallpapers for Linux
Stars: ✭ 28 (-83.33%)
Mutual labels:  wallpaper, desktop
Himawari Bg
🌏 Set the latest image from Himawari 8 as your desktop background.
Stars: ✭ 81 (-51.79%)
Mutual labels:  wallpaper, desktop
Redpaper
A tool to download and set desktop wallpapers from Reddit
Stars: ✭ 64 (-61.9%)
Mutual labels:  wallpaper, desktop
Wincustomdesktop
自绘桌面框架,用你的代码绘制桌面
Stars: ✭ 109 (-35.12%)
Mutual labels:  wallpaper, desktop
Qtpdfium
Pdf Redening on Qt
Stars: ✭ 148 (-11.9%)
Mutual labels:  desktop
Membrane
A platform agnostic clojure(script) library for creating user interfaces
Stars: ✭ 154 (-8.33%)
Mutual labels:  desktop
Vue Fullpage
a single page scroll plugin for [email protected] https://river-lee.github.io/vue-fullpage/examples/
Stars: ✭ 148 (-11.9%)
Mutual labels:  desktop
Freelook
Freelook, an Electron-based client for Microsoft Outlook.
Stars: ✭ 159 (-5.36%)
Mutual labels:  desktop
Modernwpf
Modern styles and controls for your WPF applications
Stars: ✭ 2,610 (+1453.57%)
Mutual labels:  desktop
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-12.5%)
Mutual labels:  desktop

oh-my-earth

Put near-realtime picture of Earth as your Wallpaper

oh-my-earth differs in that:

  • It doesn't install python3 and extra python packages, python2.7 is enough and is default version for most OS
  • The installation procedure is simplify
  • More easier to customization by yourself

Example

Picture 1. oh-my-earth Wallpaper Example 3 Picture 4. oh-my-earth Wallpaper Example 4 Picture 2. oh-my-earth Wallpaper Example 2

##Supported Desktop Environments

Tested

  • Unity 7
  • Mate 1.8.1
  • Pantheon
  • LXDE
  • OS X

Not Tested

  • GNOME 3
  • KDE

Configuration

You can configure the level of detail, by modifying the script. You can set the global variable level to 4, 8, 16, or 20 to increase the quality (and thus the file size as well). Please keep in mind that it will also take more time to download the tiles.

xfce4

On xfce4, you can set which displays you want to change the background of using the xfce displays variable. If you get an error and you're not sure which display to use, you can find your display in the output of:

xfconf-query --channel xfce4-desktop --list | grep last-image

Nitrogen

If you use nitrogen for setting your wallpaper, you have to enter this in your ~/.config/nitrogen/bg-saved.cfg.

[:0.0]
file=/home/USERNAME/.cache/ujnzxw/latest.png
mode=4
bgcolor=#000000

Installation

Pre-install

Please install PIL package first

Others:

sudo easy_install image sudo easy_install pytz sudo easy_install tzlocal sudo easy_install appdirs

cd ~  <OR OTHER PATH YOU WANT>
git clone https://github.com/ujnzxw/oh-my-earth.git

# Configure
cd ~/oh-my-earth/
vi config.py

# Install
sudo bash install.sh

# Test whether it's working
oh-my-earth

# Set oh-my-earth to be called periodically

- Set up a cronjob
crontab -e

- Add the line:
 */10 * * * * <INSTALLATION_PATH>

Uninstallation

# Remove the cronjob
crontab -e
# Remove the line
*/10 * * * * <INSTALLATION_PATH>

# Remove the data directory
 rm -rf ~/oh-my-earth  <OR OTHER PATH YOU INSTALLED>

# Remove the soft link
rm -rf /usr/local/bin/oh-my-earth

Reference

boramalper/himawaripy

PIL Download

PIL HandBook


MIT License © 2017 Steven ZHAO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].