From adf98a785baf3b2fcbf57f29a97f4f6c3a8f8ecd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 22:40:47 -0500 Subject: [PATCH] meta: Remove zathura Although zathura is a great piece of software that opens pdf files at blazing fast speeds, I no longer have a use for it since GNOME's document viewer works just as well, and even lets you use a mouse with it! --- zathura/.config/wal/templates/zathura | 23 ----------------------- zathura/.config/zathura/zathurarc | 15 --------------- zathura/README.md | 19 ------------------- 3 files changed, 57 deletions(-) delete mode 100644 zathura/.config/wal/templates/zathura delete mode 100644 zathura/.config/zathura/zathurarc delete mode 100644 zathura/README.md diff --git a/zathura/.config/wal/templates/zathura b/zathura/.config/wal/templates/zathura deleted file mode 100644 index 722890f..0000000 --- a/zathura/.config/wal/templates/zathura +++ /dev/null @@ -1,23 +0,0 @@ -# [colors] -set default-bg "{background}" -set default-fg "{foreground}" -set statusbar-bg "{background}" -set statusbar-fg "{foreground}" -set inputbar-bg "{background}" -set inputbar-fg "{foreground}" -set notification-bg "{background}" -set notification-fg "{foreground}" -set notification-error-bg "{background}" -set notification-error-fg "{foreground}" -set notification-warning-bg "{background}" -set notification-warning-fg "{foreground}" -set highlight-color "{color3}" -set highlight-active-color "{color4}" -set completion-bg "{color3}" -set completion-fg "{color4}" -set completion-highlight-bg "{color3}" -set completion-highlight-fg "{color4}" -set recolor-lightcolor "{background}" -set recolor-darkcolor "{foreground}" - -# vim:ft=conf diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc deleted file mode 100644 index cea18e2..0000000 --- a/zathura/.config/zathura/zathurarc +++ /dev/null @@ -1,15 +0,0 @@ -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017-2022 Donovan Glover - -# Use the color scheme generated by wal (Use to colorize the current document) -include "../../.cache/wal/zathura" - -set font "Hack 12" # Use Hack as our font of choice -set guioptions "v" # Show a "progress bar" when scrolling up/down -set adjust-open "width" # Make documents take up all the available space by default -set statusbar-basename "true" # When using the status bar, show the basename only - -set render-loading "false" # Do not show the "loading" text -set scroll-step "120" # Increase the scroll distance when using j/k - -# vim:ft=conf diff --git a/zathura/README.md b/zathura/README.md deleted file mode 100644 index 0687da0..0000000 --- a/zathura/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# zathura - -[zathura][zathura] is a document viewer that displays PDFs and other files with no GUI. - -## Use Cases - -zathura can be used to: - -- View .pdf and .djvu files -- View documents with the same color scheme as the rest of your setup -- Recolor a PDF file with a dark background and light text -- Strategically add documents to your rice screenshots - -You should not use zathura if: - -- You want to see page thumbnails -- You want to see and click on GUI components - -[zathura]: https://github.com/pwmt/zathura