update to .dot-files-laptop

This commit is contained in:
Simon Belmont 2025-04-16 21:03:05 -04:00
parent ae9a611ea6
commit 3bae03e47a
46 changed files with 3332 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#!/bin/bash
YTFZF_ENABLE_FZF_DEFAULT_OPTS=1
FZF_DEFAULT_OPTS="--color=border:magenta,info:green,header:green,info:yellow,hl:blue,label:magenta"
show_thumbnails=1
load_thumbnail_viewer kitty
thumbnail_video_info_text () {
printf "\n${c_cyan}%s" "$title"
printf "\n "
printf "\n${c_blue}Channel ${c_green}%s" "$channel"
printf "\n${c_blue}Duration ${c_yellow}%s" "$duration"
printf "\n${c_blue}Views ${c_magenta}%s" "$views"
printf "\n${c_blue}Date ${c_cyan}%s" "$date"
printf "\n "
}