Commit cf3237f5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Cleanup/Update default fehrc, remove ugly menubg images

parent 1b8f5d86
Loading
Loading
Loading
Loading

data/images/menubg_chrome.png

deleted100644 → 0
−10.7 KiB
Loading image diff...

data/images/menubg_pastel.png

deleted100644 → 0
−3.59 KiB
Loading image diff...

data/images/menubg_wood.png

deleted100644 → 0
−7.69 KiB
Loading image diff...
+25 −17
Original line number Diff line number Diff line
@@ -13,15 +13,8 @@
# Now when you run 'mkindex', feh will load the config specified for the
# mkindex theme.

# ======================
# Some examples of usage
# ======================

# Set the default feh options to be recursive and verbose
# feh -rV

# Multiple options can of course be used. If they are not in one line,
# the lines after the theme name must start with a tab character. Like:
# Multiple options can of course be used. If they are too long for one line,
# you can (usually) use a \\ to make them continue on the next one:
# imagemap -rV --quiet -W 400 -H 300 \\
#          --thumb-width 40 --thumb-height 30

@@ -38,29 +31,44 @@ webcam --multiwindow --reload 20
mkindex -iVO index.jpg .

# More ambitious version...
imgidx -iVO .fehindex.jpg --limit-width 1200 --thumb-width 90 --thumb-height 90 .
imgidx --index --output-only .fehindex.jpg --limit-width 1024 \
       --thumb-width 128 --thumb-height 128 --verbose --quiet

# Show a presentation
present --full-screen --sort name
present --full-screen --sort name --hide-pointer

# Booth mode ;-)
booth --full-screen --hide-pointer --slideshow-delay 20

# Screw xscreensaver, use feh =)
screensave --full-screen --randomize --slideshow-delay 5
screensave --recursive --full-screen --randomize --slideshow-delay 10 --hide-pointer

# Add <img> tags to your html with ease :-)
newimg -q -L \"<img src=\\\"%f\\\" alt=\\\"%n\\\" border=\\\"0\\\" width=\\\"%w\\\" height=\\\"%h\\\">\"

# Different menus
chrome --menu-bg " PREFIX "/share/feh/images/menubg_chrome.png
brushed --menu-bg " PREFIX "/share/feh/images/menubg_brushed.png
pastel --menu-bg " PREFIX "/share/feh/images/menubg_pastel.png
aluminium --menu-bg " PREFIX "/share/feh/images/menubg_aluminium.png
wood --menu-bg " PREFIX "/share/feh/images/menubg_wood.png
aqua --menu-bg " PREFIX "/share/feh/images/menubg_aqua.png
sky --menu-bg " PREFIX "/share/feh/images/menubg_sky.png
orange --menu-bg " PREFIX "/share/feh/images/menubg_orange.png
light --menu-bg " PREFIX "/share/feh/images/menubg_light.png
black --menu-bg " PREFIX "/share/feh/images/menubg_black.png \\
      --menu-style " PREFIX "/share/feh/fonts/black.style

# Some more examples, used by the feh developer

rfs --full-screen --hide-pointer --auto-zoom --randomize
fs  --full-screen --hide-pointer --auto-zoom --sort filename

thumb_s  --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \
         --limit-width 1024 --sort filename \
         --fontpath /usr/share/fonts/truetype/ttf-dejavu/ --font DejaVuSans/8

thumb_b  --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \
         --limit-width 1024 --sort filename \
         --fontpath /usr/share/fonts/truetype/ttf-dejavu/ --font DejaVuSans/8

thumb_s_nt --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \
           --limit-width 1024 --sort filename --index-name 0

thumb_b_nt --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \
           --limit-width 1024 --sort filename --index-name 0