-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandom-bg.conf
More file actions
30 lines (23 loc) · 1.1 KB
/
random-bg.conf
File metadata and controls
30 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## This file controls some of the settings for Toggle Random BG
## allowing for changing the folder used, panel icon changes,
## and/or to make any folder selections recursive or not.
#-----------------------------------------
# Add or un-comment any folders you wish to use (maximum of 3).
export imagedir1=$HOME/Pictures/wallpapers
#export imagedir2=$HOME/Pictures/backgrounds
#export imagedir3=$HOME/Pictures
#-----------------------------------------
# Uncomment to enable recursive sourcing. This means directorys
# under the chosen folder are also added into the mix.
export recurs='--recursive'
#-----------------------------------------
# Set path to main icon directory. - Changing this requires changes
# to the toggle-wallpaper-random script located in /usr/local/bin.
# This is a path shortcut for icon changes in the script.
export icondir=/usr/share/icons/gnome
#-----------------------------------------
# Set your preferred systemtray/panel icon.
export trayicon='application-x-addon'
#export trayicon='document-open-recent'
#export trayicon='emblem-generic'
#export trayicon='emblem-debian-white'