themes 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. # Options are defined in theme_name/options pairs.
  5. # Separate themename and options by whitespace.
  6. # There are two ways of specifying the theme. Either use feh -Tthemename,
  7. # or use a symbolic link to feh with the name of the theme. eg
  8. # ln -s `which feh` ~/bin/mkindex
  9. # Now when you run 'mkindex', feh will load the config specified for the
  10. # mkindex theme.
  11. # Multiple options can of course be used. If they are too long for one line,
  12. # you can use a \ to make them continue on the next one, but not mid-option.
  13. # imagemap -rV --quiet -W 400 -H 300 \
  14. # --thumb-width 40 --thumb-height 30
  15. # ====================
  16. # A few default themes
  17. # ====================
  18. ## So, it was not obvious to me that this is how to set defaults
  19. ## As it is reading the name of the command, this is how to do it.
  20. feh -.
  21. # Webcam mode, simply specify the url(s).
  22. # e.g. feh -Twebcam http://cam1 http://cam2
  23. webcam --multiwindow --reload 20
  24. # Create an index of the current directory. This version uses . as the
  25. # current dir, so you don't even need any commandline arguments.
  26. mkindex -iVO index.jpg .
  27. # More ambitious version...
  28. imgidx --index --output-only .fehindex.jpg --limit-width 1024 \
  29. --thumb-width 128 --thumb-height 128 --verbose --quiet
  30. # Show a presentation
  31. present --full-screen --sort name --hide-pointer
  32. # Booth mode ;-)
  33. booth --full-screen --hide-pointer --slideshow-delay 20
  34. # Screw xscreensaver, use feh =)
  35. screensave --recursive --full-screen --randomize --slideshow-delay 10 --hide-pointer
  36. # Different menus
  37. aqua --menu-bg /usr/share/feh/images/menubg_aqua.png
  38. sky --menu-bg /usr/share/feh/images/menubg_sky.png
  39. black --menu-bg /usr/share/feh/images/menubg_black.png
  40. # Some more examples, used by the feh developer
  41. rfs --full-screen --hide-pointer --auto-zoom --randomize
  42. fs --full-screen --hide-pointer --auto-zoom --sort filename
  43. thumb_s --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \
  44. --limit-width 1024 --sort filename \
  45. --fontpath /usr/share/fonts/truetype/ttf-dejavu/ --font DejaVuSans/8
  46. thumb_b --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \
  47. --limit-width 1024 --sort filename \
  48. --fontpath /usr/share/fonts/truetype/ttf-dejavu/ --font DejaVuSans/8
  49. thumb_s_nt --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \
  50. --limit-width 1024 --sort filename --index-name 0
  51. thumb_b_nt --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \
  52. --limit-width 1024 --sort filename --index-name 0