From cf3237f58f058d0d5ac65ff10670a10b59cd7fd6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Aug 2010 11:33:46 +0200 Subject: Cleanup/Update default fehrc, remove ugly menubg images --- data/images/menubg_chrome.png | Bin 10995 -> 0 bytes data/images/menubg_pastel.png | Bin 3676 -> 0 bytes data/images/menubg_wood.png | Bin 7873 -> 0 bytes src/fehrc.raw | 42 +++++++++++++++++++++++++----------------- 4 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 data/images/menubg_chrome.png delete mode 100644 data/images/menubg_pastel.png delete mode 100644 data/images/menubg_wood.png diff --git a/data/images/menubg_chrome.png b/data/images/menubg_chrome.png deleted file mode 100644 index 24f3025..0000000 Binary files a/data/images/menubg_chrome.png and /dev/null differ diff --git a/data/images/menubg_pastel.png b/data/images/menubg_pastel.png deleted file mode 100644 index ec96566..0000000 Binary files a/data/images/menubg_pastel.png and /dev/null differ diff --git a/data/images/menubg_wood.png b/data/images/menubg_wood.png deleted file mode 100644 index 4dc7440..0000000 Binary files a/data/images/menubg_wood.png and /dev/null differ diff --git a/src/fehrc.raw b/src/fehrc.raw index d26f7a7..94f88b0 100644 --- a/src/fehrc.raw +++ b/src/fehrc.raw @@ -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 tags to your html with ease :-) newimg -q -L \"\\\"%n\\\"\" # 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 -- cgit v1.2.3