Add feh
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
- fd-find
|
||||
- xfce4-clipman
|
||||
- speedcrunch
|
||||
- feh
|
||||
ignore_errors: true
|
||||
|
||||
- name: Install additionall packages...
|
||||
|
||||
20
dot_config/feh/themes
Normal file
20
dot_config/feh/themes
Normal file
@@ -0,0 +1,20 @@
|
||||
## works okayish...
|
||||
feh -r --auto-zoom --draw-filename --scale-down -g 1280x1080+2000+1000 --xinerama-index 1
|
||||
|
||||
#feh -r --auto-zoom --draw-filename --scale-down -g 1280x1080--xinerama-index 1
|
||||
|
||||
#--xinerama-index 0
|
||||
|
||||
|
||||
ffehr -r --auto-zoom --scale-down -g 640x480+2000+1000 -d --draw-actions --auto-rotate \
|
||||
--action1 ";[Add to filelist] echo '%F' >> `date +%Y%m%d`_feh-filelist.txt" \
|
||||
--action2 ";[Add to favs] mkdir -p favourites && ln -s %F favourites/" \
|
||||
--action3 ";[Launch MPV] mpv --loop-playlist --geometry=640x480 %F"
|
||||
# --action4 ";[Info] zenity --info --text=\"$(echo \"%g\" | awk -F: '{split($0, array, \",\"); print array [1]\"x\" array[2]}'\")"
|
||||
# --action5 ";[geometry] mpv --geometry=$(echo %g" | awk -F: '{split($0, array, ","); print array[1]"x"array[2]}')"
|
||||
|
||||
ffeh --auto-zoom --scale-down -g 640x480+2000+1000 -d --draw-actions --auto-rotate \
|
||||
--action1 ";[Add to filelist] echo '%F' >> `date +%Y%m%d`_feh-filelist.txt" \
|
||||
--action2 ";[Add to favs] mkdir -p favourites && ln -s ../%F favourites/"
|
||||
|
||||
#--info "exifgrep '(Model|DateTimeOriginal|FNumber|ISO|Flash)' %F | cut -d . -f 4-" .
|
||||
Reference in New Issue
Block a user