diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-11-16 02:18:23 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-11-16 02:18:23 +0300 |
commit | 51b29589d58f1e5db071c545f1370995ffeba07f (patch) | |
tree | 6d1404ac47927a0812e034ef1b47666fe37857dc /dotfiles/.config/ranger | |
parent | 09133f24797fcf2bee98194b2e5a18e8c3d308e4 (diff) | |
download | swayrice-51b29589d58f1e5db071c545f1370995ffeba07f.tar.gz swayrice-51b29589d58f1e5db071c545f1370995ffeba07f.zip |
new colors and appearance changes
Diffstat (limited to 'dotfiles/.config/ranger')
-rwxr-xr-x | dotfiles/.config/ranger/scope.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/.config/ranger/scope.sh b/dotfiles/.config/ranger/scope.sh index 13a25b4..940c9ba 100755 --- a/dotfiles/.config/ranger/scope.sh +++ b/dotfiles/.config/ranger/scope.sh @@ -90,9 +90,9 @@ handle_image() { local mimetype="${1}" case "${mimetype}" in # SVG - # image/svg+xml) - # convert "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6 - # exit 1;; + image/svg+xml) + convert "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6 + exit 1;; # Image image/*) |