From a33954c59fe9d8fe889fab077b6612cc029ac3fc Mon Sep 17 00:00:00 2001 From: davidpkj Date: Wed, 24 Jul 2024 16:37:37 +0200 Subject: Mega Update: FW16 Space Rice - Add symlinks to dotfiles in config dir (links to links) - Switch from neofetch to fastfetch - Add htop - Add dynamic colors (polybar, xmonad, qutebrowser) - Update color management (pywal & friends, alacritty, xorg) - Minor updates to other files (quality of life) --- lf/.config/lf/scope | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lf/.config') diff --git a/lf/.config/lf/scope b/lf/.config/lf/scope index c90f618..3498c39 100755 --- a/lf/.config/lf/scope +++ b/lf/.config/lf/scope @@ -25,7 +25,7 @@ case "$(file --dereference --brief --mime-type -- "$1")" in image/*) image "$1" "$2" "$3" "$4" "$5" ;; text/html) lynx -width="$4" -display_charset=utf-8 -dump "$1" ;; text/troff) man ./ "$1" | col -b ;; - text/* | */xml | application/json) bat -p --theme base16 --terminal-width "$4" -f "$1" ;; + text/* | */xml | application/json | application/javascript) bat -p --theme base16 --terminal-width "$4" -f "$1" ;; application/zip) atool --list -- "$1" ;; audio/* | application/octet-stream) mediainfo "$1" || exit 1;; video/* ) -- cgit v1.2.3