summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-22 11:33:46 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-22 11:33:46 +0200
commitcf3237f58f058d0d5ac65ff10670a10b59cd7fd6 (patch)
treec1ae70bec4befc45c93682bcd20be480f2527b27
parent1b8f5d86d0fdc5d26a2ecf026d46e793f020e87a (diff)
Cleanup/Update default fehrc, remove ugly menubg images
-rw-r--r--data/images/menubg_chrome.pngbin10995 -> 0 bytes
-rw-r--r--data/images/menubg_pastel.pngbin3676 -> 0 bytes
-rw-r--r--data/images/menubg_wood.pngbin7873 -> 0 bytes
-rw-r--r--src/fehrc.raw42
4 files changed, 25 insertions, 17 deletions
diff --git a/data/images/menubg_chrome.png b/data/images/menubg_chrome.png
deleted file mode 100644
index 24f3025..0000000
--- a/data/images/menubg_chrome.png
+++ /dev/null
Binary files differ
diff --git a/data/images/menubg_pastel.png b/data/images/menubg_pastel.png
deleted file mode 100644
index ec96566..0000000
--- a/data/images/menubg_pastel.png
+++ /dev/null
Binary files differ
diff --git a/data/images/menubg_wood.png b/data/images/menubg_wood.png
deleted file mode 100644
index 4dc7440..0000000
--- a/data/images/menubg_wood.png
+++ /dev/null
Binary files 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 <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