dot rc

Sign in or create your account | Project List | Help

dot rc Git Source Tree

Root/gnome/nautilus-scripts/background

Source at commit 5e192d1f9fc3415cca429f9b2b3f90fb80879205 created 2 years 10 months ago.
By Luciano M. F. Rocha, backgrounds moved under Pictures folder
1#!/bin/bash
2cmd="gconftool-2 -s /desktop/gnome/background/picture_filename --type string"
3dir="$HOME/Pictures/backgrounds"
4declare -a imgs
5
6imgs=($dir/*)
7i=$(($RANDOM*${#imgs[*]}/32768))
8image="${imgs[$i]}"
9$cmd "$image"
10

Archive Download this file

Branches:
master