[Bash] Hopelessly Overengineered Wallpaper Randomizer - Programming On Unix
Users browsing this thread: 1 Guest(s)
|
|||
Introduction
============ After I downloaded all of Simple Desktop's wallpapers, I needed something to switch them. I wanted to have a random slideshow, but with the ability to stop it at any given point, so a simple _while true; do feh; sleep; done_ loop just doesn't cut it. So I whipped up a little script, which I can call with a cronjob. And I can use it to stop the slideshow. And restart it. _(Note: the script doesn't actually do any slideshow. It needs to be called periodically)_ **TL;DR:** Set random wallpaper. Start/stop slideshow. ## Usage Options: -d Set wallpaper directory. Default: ~/usr/image/simpledesktops -l Lock rotation -u Unlock rotation -h Display this help ## Dependencies - feh ## Download [The Script](https://paste.xinu.at/UKJ/bash) -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCA/IT d-(---)@ s+: a-- C+++(++++)$ UBL*+++ P+++>++++ L++ E W+++$ !N !o K !w !O M+>++ !V PS+++ PE !Y PGP+ !t-- !5 !X R@ tv- b+ DI D+ G e h r++ y+ ------END GEEK CODE BLOCK------ |
|||
Messages In This Thread |
[Bash] Hopelessly Overengineered Wallpaper Randomizer - by crshd - 16-09-2013, 11:27 AM
RE: [Bash] Hopelessly Overengineered Wallpaper Randomizer - by yrmt - 16-09-2013, 11:58 AM
RE: [Bash] Hopelessly Overengineered Wallpaper Randomizer - by zygotb - 18-09-2013, 07:26 PM
RE: [Bash] Hopelessly Overengineered Wallpaper Randomizer - by dami0 - 24-07-2014, 07:22 PM
|