myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

themes (2375B)


      1 # Feh configuration file.
      2 # Lines starting with # are comments. Don't use comments mid-line.
      3 
      4 feh -F
      5 
      6 # Feh expects to find this as ~/.fehrc or /etc/fehrc
      7 # If both are available, ~/.fehrc will be used
      8 
      9 # Options defined in theme_name/options pairs.
     10 # Separate themename and options by whitespace.
     11 
     12 # There are two ways of specifying the theme. Either use feh -Tthemename,
     13 # or use a symbolic link to feh with the name of the theme. eg
     14 # ln -s `which feh` ~/bin/mkindex
     15 # Now when you run 'mkindex', feh will load the config specified for the
     16 # mkindex theme.
     17 
     18 # ======================
     19 # Some examples of usage
     20 # ======================
     21 
     22 # Set the default feh options to be recursive and verbose
     23 # feh -rV
     24 
     25 # Multiple options can of course be used. They should all be on one line
     26 # imagemap -rV --quiet -W 400 -H 300 --thumb-width 40 --thumb-height 30
     27 
     28 # ================================================
     29 # Here I set some useful themes for you to try out
     30 # ================================================
     31 
     32 # Webcam mode, simply specify the url(s).
     33 # e.g. feh -Twebcam http://cam1 http://cam2
     34 webcam --multiwindow --reload 20
     35 
     36 # Create an index of the current directory. This version uses . as the
     37 # current dir, so you don't even need any commandline arguments.
     38 mkindex -iVO index.jpg .
     39 
     40 # More ambitious version...
     41 imgidx -iVO .fehindex.jpg --limit-width 1200 --thumb-width 90 --thumb-height 90 .
     42 
     43 # Show a presentation
     44 present --full-screen --sort name
     45 
     46 # Booth mode ;-)
     47 booth --full-screen --hide-pointer --slideshow-delay 20
     48 
     49 # Screw xscreensaver, use feh =)
     50 screensave --full-screen --randomize --slideshow-delay 5
     51 
     52 # Add <img> tags to your html with ease :-)
     53 newimg -q -L "<img src=\"%f\" alt=\"%n\" border=\"0\" width=\"%w\" height=\"%h\">"
     54 
     55 # Different menus
     56 chrome --menu-bg /usr /share/feh/images/menubg_chrome.png
     57 brushed --menu-bg /usr/share/feh/images/menubg_brushed.png
     58 pastel --menu-bg /usr/share/feh/images/menubg_pastel.png
     59 aluminium --menu-bg /usr/share/feh/images/menubg_aluminium.png
     60 wood --menu-bg /usr/share/feh/images/menubg_wood.png
     61 aqua --menu-bg /usr/share/feh/images/menubg_aqua.png
     62 sky --menu-bg /usr/share/feh/images/menubg_sky.png
     63 orange --menu-bg /usr/share/feh/images/menubg_orange.png
     64 light --menu-bg /usr/share/feh/images/menubg_light.png
     65 black --menu-bg /usr/share/feh/images/menubg_black.png --menu-style /usr/share/feh/fonts/black.style
     66