This commit is contained in:
sebastian
2025-06-13 13:14:41 +02:00
parent c4ce57e078
commit 99242f45d6
2 changed files with 21 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
- fd-find
- xfce4-clipman
- speedcrunch
- feh
ignore_errors: true
- name: Install additionall packages...

20
dot_config/feh/themes Normal file
View 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-" .