1# Feh themes configuration file.
2# Lines starting with # are comments. Midline comments are not supported.
3# Place this as either ~/.config/feh/themes or /etc/feh/themes
4
5# Options are defined in theme_name/options pairs.
6# Separate themename and options by whitespace.
7
8# There are two ways of specifying the theme. Either use feh -Tthemename,
9# or use a symbolic link to feh with the name of the theme. eg
10# ln -s `which feh` ~/bin/mkindex
11# Now when you run 'mkindex', feh will load the config specified for the
12# mkindex theme.
13
14# Multiple options can of course be used. If they are too long for one line,
15# you can use a \ to make them continue on the next one, but not mid-option.
16# imagemap -rV --quiet -W 400 -H 300 \
17#          --thumb-width 40 --thumb-height 30
18
19# ====================
20# A few default themes
21# ====================
22
23# Webcam mode, simply specify the url(s).
24# e.g. feh -Twebcam http://cam1 http://cam2
25webcam --multiwindow --reload 20
26
27# Create an index of the current directory. This version uses . as the
28# current dir, so you don't even need any commandline arguments.
29mkindex -iVO index.jpg .
30
31# More ambitious version...
32imgidx --index --output-only .fehindex.jpg --limit-width 1024 \
33       --thumb-width 128 --thumb-height 128 --verbose --quiet
34
35# Show a presentation
36present --full-screen --sort name --hide-pointer
37
38# Booth mode ;-)
39booth --full-screen --hide-pointer --slideshow-delay 20
40
41# Screw xscreensaver, use feh =)
42screensave --recursive --full-screen --randomize --slideshow-delay 10 --hide-pointer
43
44# Some more examples, used by the feh developer
45
46rfs --full-screen --hide-pointer --auto-zoom --randomize
47fs  --full-screen --hide-pointer --auto-zoom --sort filename
48
49thumb_s  --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \
50         --limit-width 1024 --sort filename \
51         --fontpath /usr/share/fonts/truetype/ttf-dejavu/ --font DejaVuSans/8
52
53thumb_b  --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \
54         --limit-width 1024 --sort filename \
55         --fontpath /usr/share/fonts/truetype/ttf-dejavu/ --font DejaVuSans/8
56
57thumb_s_nt --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \
58           --limit-width 1024 --sort filename --index-name 0
59
60thumb_b_nt --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \
61           --limit-width 1024 --sort filename --index-name 0
62