Giter VIP home page Giter VIP logo

wallpaper-changer's Introduction

wallpaper-changer

Description

This program will cycle through a list of images, set them as the desktop wallpaper and set your iterm2 color scheme to match the wallpaper. It only works on macOS. The flow is as follows:

  1. Select a random image from a specified directory (default: $HOME/Pictures/Wallpapers)
  2. Create a iterm colorscheme from that image (using pywal)
  3. Set the desktop wallpaper to that image
  4. Set the iterm colorscheme to the colorscheme created in step 2
  5. Wait for the given interval
  6. Repeat steps 1-5 until all images in the directory have been used

Requirements

Install pywal (Use this fork: https://github.com/robwaz/pywal, the orignal one might be buggy for Mac OS)

  1. git clone https://github.com/robwaz/pywal
  2. cd pywal
  3. sudo pip3 install -e ./

Install coreutils (for the shuf command)

  1. brew install coreutils

Installation

  1. git clone https://github.com/neysanfoo/wallpaper-changer.git
  2. cd wallpaper-changer
  3. chmod +x run.sh
  4. chmod +x wallpaper.sh
  5. ./run.sh

Configuration

Set the path to the directory containing the images in ./wallpaper.sh. By deafult, the path is set to $HOME/Pictures/Wallpapers.

export wallpaper_path=$HOME/Pictures/Wallpapers

You can change the interval in ./wallpaper.sh. The default is 60 minutes.

Add the following line to your .zshrc file to set the colorscheme on startup.

cat $HOME/.cache/wal/sequences

wallpaper-changer's People

Contributors

neysanfoo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.