diff --git a/bootstrap/packages_stable.tsv b/bootstrap/packages_stable.tsv index 96a08e6..48dfcf2 100644 --- a/bootstrap/packages_stable.tsv +++ b/bootstrap/packages_stable.tsv @@ -286,7 +286,6 @@ texlab A cross-platform implementation of the Language Server Protocol for LaTeX thermald The Linux Thermal Daemon program from 01.org R tidy-viewer CLI csv pretty printer that uses column styling A timew Timewarrior, A command line time tracking application R -timg Terminal Image and Video Viewer A tlp Linux Advanced Power Management R tmux Terminal multiplexer R toilet free replacement for the FIGlet utility. A @@ -320,6 +319,7 @@ virt-manager Desktop user interface for managing virtual machines R virtualbox Powerful x86 virtualization for enterprise as well as home use R virtualbox-guest-iso The official VirtualBox Guest Additions ISO image R visidata Terminal spreadsheet multitool for discovering and arranging data R +viu Simple terminal image viewer R wallabag-client Command line client for the self hosted read-it-later app Wallabag A wavemon Ncurses-based monitoring application for wireless network devices R waybar Highly customizable Wayland bar for Sway and Wlroots based compositors R diff --git a/terminal/.config/vifm/vifmrc b/terminal/.config/vifm/vifmrc index 2009e03..f3d3118 100644 --- a/terminal/.config/vifm/vifmrc +++ b/terminal/.config/vifm/vifmrc @@ -396,8 +396,8 @@ filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob, \*.as[fx] \ {View using unique mplayer instance} \ umpv %f &, - \ {View in timg} - \ timg --title --center --clear %f; read -k 1 -s -r, + \ {View in viu} + \ viu --name %f; read -k 1 -s -r, \ {View using ffplay} \ ffplay -fs -autoexit %f, \ {View using Dragon} @@ -431,8 +431,8 @@ fileviewer *.[1-8] man ./%c | col -b " Gif filextype *.gif - \ {View in timg} - \ timg --loops=2 --title --center --clear %f; read -k 1 -s -r, + \ {View in viu} + \ viu --once --name %f; read -k 1 -s -r, \ {Loop} \ mpv --loop=inf %f %i &, fileviewer *.gif @@ -442,8 +442,8 @@ fileviewer *.gif " Images filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm - \ {View in timg} - \ timg --title --center --clear %f; read -k 1 -s -r, + \ {View in viu} + \ viu --name %f; read -k 1 -s -r, \ {View in nsxiv directory viewer} \ vifm-thumbnailer %c, \ {View in imv} @@ -459,7 +459,7 @@ filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm \ {View in gpicview} \ gpicview %c, fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm - \ timg -g%pwx%ph -pq %c + \ viu -b -w %pw -h %ph %c " OpenRaster filextype *.ora @@ -618,10 +618,6 @@ fileviewer * vifm-default-viewer %c " Various customization examples -" Use ag (the silver searcher) instead of grep -" -" set grepprg='ag --line-numbers %i %a %s' - " Add additional place to look for executables " " let $PATH = $HOME.'/bin/fuse:'.$PATH