added document viewer
This commit is contained in:
parent
6245a710dc
commit
ae71a00f3b
@ -63,7 +63,7 @@
|
||||
# Games
|
||||
minecraft
|
||||
# Productivity and applications
|
||||
vim ranger chromium irssi bc w3m gnupg libreoffice
|
||||
vim ranger chromium irssi bc w3m gnupg libreoffice zathura
|
||||
# Media
|
||||
beets mpd mpc_cli ncmpcpp popcorntime mpv
|
||||
# System utilities, drivers...
|
||||
|
5
install
5
install
@ -46,6 +46,11 @@ mkdir -p ~/Music/
|
||||
mkdir -p ~/.config/beets
|
||||
cp beets_config.yaml ~/.config/beets/config.yaml
|
||||
|
||||
# Zathura
|
||||
|
||||
mkdir -p ~/.config/zathura
|
||||
cp zathurarc ~/.config/zathura/zathurarc
|
||||
|
||||
# ncmpcpp
|
||||
|
||||
mkdir -p ~/.config/ncmpcpp
|
||||
|
36
zathurarc
Normal file
36
zathurarc
Normal file
@ -0,0 +1,36 @@
|
||||
# general
|
||||
set font "gohufont normal 11"
|
||||
set default-bg "#181b20"
|
||||
|
||||
set statusbar-fg "#cdcdcd"
|
||||
set statusbar-bg "#525f66"
|
||||
|
||||
set highlight-color "#b3b3b3"
|
||||
set highlight-active-color "#765636"
|
||||
|
||||
set inputbar-fg "#9b9081"
|
||||
set inputbar-bg "#181b20"
|
||||
|
||||
|
||||
# dark mode
|
||||
set recolor true
|
||||
set recolor-lightcolor "#181b20"
|
||||
set recolor-darkcolor "#9b9081"
|
||||
|
||||
|
||||
# nofitications
|
||||
set notification-error-fg "#cdcdcd"
|
||||
set notification-error-bg "#744b40"
|
||||
set notification-warning-fg "#cdcdcd"
|
||||
set notification-warning-bg "#6d6137"
|
||||
|
||||
# completion bar
|
||||
set n-completion-items 5
|
||||
set completion-bg "#cdcdcd"
|
||||
set completion-fg "#525f66"
|
||||
set completion-highlight-fg "#cdcdcd"
|
||||
set completion-highlight-bg "#435861"
|
||||
|
||||
# page view
|
||||
set page-padding 5
|
||||
set adjust-open "width"
|
Loading…
Reference in New Issue
Block a user