Giter Site home page Giter Site logo

openbox-wallchanger's Introduction

##Wallpaper Changer for Openbox & Conky

This contains two shell scripts, and there are a few options to get these working. Timechanger.sh is a script that I grabbed and modded from a comment on stackoverflow. It just runs in the background when you add it to ~/.config/openbox/autostart.sh and changes every X minutes. That's a possibility, but the 'best practices' way would probably be to set up a cron job to execute wallchange.sh.

Wallchange.sh itself is just running the feh command to grab a random wallpaper from your folder and change it. Combined with ~/.config/openbox/rc.xml, you can bind it to a keybind (as in the example rc.xml) to change your wallpaper at will.

It uses imagemagick convert to convert your wallpaper into a 1x1 image, and then inverts the color (for use with conky text colors.)

.conkyrc is a modified version of HaxOS

Scripts for imagemagick/etc based on scripts posted on reddit by user maybe_born_with_it, but converted for use with feh and so on.

Fun fact: The keybind wallpaper changer was dreamed up at B-Sides Tampa, when a CTF judge was forced to look at my felix argyle catgirl wallpaper. Don't google that. Any of that.

    <!-- USER DEFINED -->
    <keybind key="A-W">
      <action name="Execute">
	<command>bash ~/code/bash/wallchanger/wallchange.sh</command>
      </action>
    </keybind>

Alt text Alt text Alt text Alt text

openbox-wallchanger's People

Contributors

khodges42 avatar

Watchers

 avatar  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.