commit af7b0650a1c137168d9908ddfaf69b9ec9ede591
parent 1759e88bd6c8f19d1c0276025d7977c2d3ffdf19
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date: Fri, 10 Apr 2020 18:23:17 +0200
Merge branch 'master' into notwobug
Diffstat:
19 files changed, 516 insertions(+), 440 deletions(-)
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
@@ -33,9 +33,6 @@ window.padding:
x: 0
y: 0
-# Display tabs using this many cells (changes require restart)
-tabspaces: 8
-
# When true, bold text is drawn using the bright variant of colors.
draw_bold_text_with_bright_colors: false
@@ -78,7 +75,7 @@ font:
style: Italic
# Point size of the font
- size: 9.0
+ size: 12.0
# Offset is the extra space around each character. offset.y can be thought of
# as modifying the linespacing, and offset.x as modifying the letter spacing.
@@ -101,50 +98,30 @@ font:
# Should display the render timer
debug.render_timer: false
-# Colors (Tomorrow Night Bright)
colors:
- # Default colors
primary:
- background: '0x000000'
- foreground: '0xa8a8a8'
-
- # Colors the cursor will use if `custom_cursor_colors` is true
- cursor:
- text: '0x000000'
- cursor: '0xffffff'
+ background: '0x282c34'
+ foreground: '0xdcdfe4'
- # Normal colors
normal:
- black: '0x000000'
- red: '0xa80000'
- green: '0x00a800'
- yellow: '0xa85400'
- blue: '0x0000a8'
- magenta: '0xa800a8'
- cyan: '0x00a8a8'
- white: '0xa8a8a8'
+ black: '0x282c34'
+ red: '0xe06c75'
+ green: '0x98c379'
+ yellow: '0xe5c07b'
+ blue: '0x61afef'
+ magenta: '0xc678dd'
+ cyan: '0x56b6c2'
+ white: '0xdcdfe4'
- # Bright colors
bright:
- black: '0x545454'
- red: '0xfc5454'
- green: '0x54fc54'
- yellow: '0xfcfc54'
- blue: '0x5454fc'
- magenta: '0xfc54fc'
- cyan: '0x54fcfc'
- white: '0xfcfcfc'
-
- # Dim colors (Optional)
-# dim:
-# black: '0x333333'
-# red: '0xf2777a'
-# green: '0x99cc99'
-# yellow: '0xffcc66'
-# blue: '0x6699cc'
-# magenta: '0xcc99cc'
-# cyan: '0x66cccc'
-# white: '0xdddddd'
+ black: '0x282c34'
+ red: '0xe06c75'
+ green: '0x98c379'
+ yellow: '0xe5c07b'
+ blue: '0x61afef'
+ magenta: '0xc678dd'
+ cyan: '0x56b6c2'
+ white: '0xdcdfe4'
# Visual Bell
#
@@ -173,7 +150,7 @@ visual_bell:
duration: 0
# Background opacity
-background_opacity: 1.0
+background_opacity: 0.9019607843137255
# Mouse bindings
#
diff --git a/cava/.config/cava/config b/cava/.config/cava/config
@@ -4,7 +4,7 @@
[general]
# Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0
-; mode = normal
+mode = waves
# Accepts only non-negative values.
framerate = 60
@@ -30,8 +30,8 @@ bar_width = 1
# the bandwidth of the visualizer.
# Note: there is a minimum total bandwidth of 43Mhz x number of bars.
# Cava will automatically increase the higher cutoff if a too low band is specified.
-; lower_cutoff_freq = 50
-; higher_cutoff_freq = 10000
+lower_cutoff_freq = 20
+higher_cutoff_freq = 20000
@@ -109,12 +109,12 @@ source = auto
method = ncurses
# Additionally with Xlib, you can enable OpenGL mode to make full use of your hardware.
-l opengl = 1
+; opengl = 1
# Visual channels. Can be 'stereo' or 'mono'.
# 'stereo' mirrors both channels with low frequencies in center.
# 'mono' averages both channels and outputs left to right lowest to highest frequencies.
-; channels = stereo
+channels = mono
# Raw output target. A fifo will be created if target does not exist.
; raw_target = /dev/stdout
@@ -141,8 +141,8 @@ l opengl = 1
# Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires a
# terminal that can change color definitions such as Gnome-terminal or rxvt.
# Or in case you're running in 'x' you could use the default option
-background = black
-foreground = '#00aa00'
+; background = none
+foreground = '#98c379'
# Only works in X mode, and is REALLY BUGGY.
; foreground_opacity = 1.0
@@ -161,10 +161,10 @@ foreground = '#00aa00'
# Percentage value for integral smoothing. Takes values from 0 - 100.
# Higher values means smoother, but less precise. 0 to disable.
-; integral = 99
+integral = 40
# Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable.
-; monstercat = 1
+monstercat = 0
; waves = 0;
# Alternate monstercat smoothing algorithm
diff --git a/cmus/.cmus/cmus-geeqie.sh b/cmus/.cmus/cmus-geeqie.sh
@@ -16,7 +16,7 @@ FLIST=$( find "$FOLDER" -type f )
if echo "$FLIST" | grep -i ".jpeg\|.png\|.jpg" &>/dev/null; then
ART=$( echo "$FLIST" | grep -i "cover.jpg\|cover.png\|front.jpg\|front.png\
- \|folder.jpg\|folder.png" | head -n1 )
+ \|folder.jpg\|folder.png" | grep -vi "backcover" | head -n1 )
if [[ -z "$ART" ]]; then
ART=$( echo "$FLIST" | grep -i ".png\|.jpg\|.jpeg" | head -n1 )
diff --git a/cmus/.cmus/rc b/cmus/.cmus/rc
@@ -1,5 +1,10 @@
set output_plugin=pulse
+set dsp.alsa.device=sysdefault:CARD=CODEC
+set mixer.alsa.device=sysdefault:CARD=CODEC
+set mixer.alsa.channel=master
set mouse=true
set resume=true
set status_display_program=/home/shyman/.cmus/cmus-geeqie.sh
colorscheme night
+shell tmux set status off
+bind -f common q shell tmux bind-key -n 'q' detach \\\; unbind-key -n 'q'; sleep 1; tmux unbind-key -n 'q'
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#################################
-#
-# Backend
-#
-#################################
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#################################
-#
-# GLX backend
-#
-#################################
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
-# My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
-# but a 20% increase when only 1/4 is.
-# My tests on nouveau show terrible slowdown.
-# Useful with --glx-swap-method, as well.
-#glx-copy-from-front = true;
-
-# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
-# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
-# May break VSync and is not available on some drivers.
-# Overrides --glx-copy-from-front.
-#glx-use-copysubbuffermesa = true;
-
-# GLX backend: Avoid rebinding pixmap on window damage.
-# Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
-# Recommended if it works.
-#glx-no-rebind-pixmap = true;
-
-
-# GLX backend: GLX buffer swap method we assume.
-# Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
-# undefined is the slowest and the safest, and the default value.
-# copy is fastest, but may fail on some drivers,
-# 2-6 are gradually slower but safer (6 is still faster than 0).
-# Usually, double buffer means 2, triple buffer means 3.
-# buffer-age means auto-detect using GLX_EXT_buffer_age, supported by some drivers.
-# Useless with --glx-use-copysubbuffermesa.
-# Partially breaks --resize-damage.
-# Defaults to undefined.
-glx-swap-method = -1; #"undefined";
-
-#################################
-#
-# Shadows
-#
-#################################
-
-# Enabled client-side shadows on windows.
-# shadow = false;
-# Don't draw shadows on DND windows.
-# no-dnd-shadow = true;
-# Avoid drawing shadows on dock/panel windows.
-# no-dock-shadow = true;
-# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
-# clear-shadow = true;
-# The blur radius for shadows. (default 12)
-# shadow-radius = 5;
-# The left offset for shadows. (default -15)
-# shadow-offset-x = -5;
-# The top offset for shadows. (default -15)
-# shadow-offset-y = -5;
-# The translucency for shadows. (default .75)
-# shadow-opacity = 0.5;
-
-# Set if you want different colour shadows
-# shadow-red = 0.0;
-# shadow-green = 0.0;
-# shadow-blue = 0.0;
-
-# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
-# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
-# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
-#shadow-exclude = [
-# "! name~=''",
-# "name = 'Notification'",
-# "name = 'Plank'",
-# "name = 'Docky'",
-# "name = 'Kupfer'",
-# "name = 'xfce4-notifyd'",
-# "name *= 'VLC'",
-# "name *= 'compton'",
-# "name *= 'Chromium'",
-# "name *= 'Chrome'",
-# "class_g = 'Conky'",
-# "class_g = 'Kupfer'",
-# "class_g = 'Synapse'",
-# "class_g ?= 'Notify-osd'",
-# "class_g ?= 'Cairo-dock'",
-# "class_g ?= 'Xfce4-notifyd'",
-# "class_g ?= 'Xfce4-power-manager'",
-# "_GTK_FRAME_EXTENTS@:c"
-#];
-## Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
-#shadow-ignore-shaped = false;
-
-#################################
-#
-# Opacity
-#
-#################################
-
-#menu-opacity = 0;
-#inactive-opacity = 0;
-#active-opacity = 0;
-#frame-opacity = 0;
-#inactive-opacity-override = false;
-#alpha-step = 0.00;
-
-# Dim inactive windows. (0.0 - 1.0)
-# inactive-dim = 0.2;
-# Do not let dimness adjust based on window opacity.
-# inactive-dim-fixed = true;
-# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
-# blur-background = true;
-# Blur background of opaque windows with transparent frames as well.
-# blur-background-frame = true;
-# Do not let blur radius adjust based on window opacity.
-#blur-background-fixed = false;
-#blur-background-exclude = [
-# "window_type = 'dock'",
-# "window_type = 'desktop'"
-#];
-
-#################################
-#
-# Fading
-#
-#################################
-
-# Fade windows during opacity changes.
-fading = false;
-# The time between steps in a fade in milliseconds. (default 10).
-#ade-delta = 4;
-# Opacity change between steps while fading in. (default 0.028).
-#fade-in-step = 0.03;
-## Opacity change between steps while fading out. (default 0.03).
-#fade-out-step = 0.03;
-# Fade windows in/out when opening/closing
-# no-fading-openclose = true;
-
-# Specify a list of conditions of windows that should not be faded.
-#fade-exclude = [ ];
-
-#################################
-#
-# Other
-#
-#################################
-
-# Try to detect WM windows and mark them as active.
-#mark-wmwin-focused = true;
-# Mark all non-WM but override-redirect windows active (e.g. menus).
-#mark-ovredir-focused = true;
-# Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
-# Usually more reliable but depends on a EWMH-compliant WM.
-use-ewmh-active-win = true;
-# Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
-#detect-rounded-corners = true;
-
-# Detect _NET_WM_OPACITY on client windows, useful for window managers not passing _NET_WM_OPACITY of client windows to frame windows.
-# This prevents opacity being ignored for some apps.
-# For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
-#detect-client-opacity = true;
-
-# Specify refresh rate of the screen.
-# If not specified or 0, compton will try detecting this with X RandR extension.
-refresh-rate = 0;
-
-# Set VSync method. VSync methods currently available:
-# none: No VSync
-# drm: VSync with DRM_IOCTL_WAIT_VBLANK. May only work on some drivers.
-# opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some drivers.
-# opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work on some drivers.
-# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
-# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
-# (Note some VSync methods may not be enabled at compile time.)
-vsync = "opengl-swc";
-
-# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
-# Reported to have no effect, though.
-#dbe = true;
-# Painting on X Composite overlay window. Recommended.
-paint-on-overlay = true;
-
-# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
-# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
-# unless you wish to specify a lower refresh rate than the actual value.
-sw-opti = true;
-
-# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
-# Known to cause flickering when redirecting/unredirecting windows.
-# paint-on-overlay may make the flickering less obvious.
-unredir-if-possible = false;
-
-# Specify a list of conditions of windows that should always be considered focused.
-#focus-exclude = [ ];
-
-# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
-detect-transient = true;
-# Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
-# WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too.
-detect-client-leader = true;
-
-#################################
-#
-# Window type settings
-#
-#################################
-
-#wintypes:
-#{
-# tooltip =
-# {
-# # fade: Fade the particular type of windows.
-# fade = true;
-# # shadow: Give those windows shadow
-# shadow = false;
-# # opacity: Default opacity for the type of windows.
-# opacity = 0.85;
-# # focus: Whether to always consider windows of this type focused.
-# focus = true;
-# };
-#};
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
@@ -1,46 +1,51 @@
[global]
- font = "Noto Sans 10"
- markup = yes
- format = "<b>%s</b>\n%b"
- sort = yes
- indicate_hidden = yes
- monitor = 0
- alignment = center
- bounce_freq = 0
- show_age_threshold = 60
- word_wrap = yes
- ignore_newline = no
- geometry = "200x0+6+30"
- transparency = 0
- idle_threshold = 120
- follow = mouse
- sticky_history = yes
- line_height = 0
- separator_height = 2
- padding = 8
- horizontal_padding = 8
- separator_color = "#585858"
- startup_notification = false
- frame_width = 1
- frame_color = "#383838"
+font = "Noto Sans 10"
+markup = yes
+format = "<b>%s</b>\n%b"
+sort = yes
+indicate_hidden = yes
+monitor = 0
+alignment = center
+bounce_freq = 0
+show_age_threshold = 60
+word_wrap = yes
+ignore_newline = no
+geometry = "200x0+10+10"
+transparency = 10
+idle_threshold = 120
+follow = mouse
+sticky_history = yes
+line_height = 0
+separator_height = 2
+padding = 8
+horizontal_padding = 8
+separator_color = foreground
+startup_notification = false
+frame_width = 2
+frame_color = "#5c6370"
[shortcuts]
- close = ctrl+space
- close_all = ctrl+shift+space
- history = ctrl+grave
- context = ctrl+shift+period
+close = ctrl+space
+close_all = ctrl+shift+space
+history = ctrl+grave
+context = ctrl+shift+period
[urgency_low]
- background = "#181818"
- foreground = "#E3C7AF"
- timeout = 5
+background = "#282c34"
+foreground = "#dcdfe4"
+frame_color = "#56b6c2"
+timeout = 5
[urgency_normal]
- background = "#181818"
- foreground = "#E3C7AF"
- timeout = 20
+background = "#282c34"
+foreground = "#dcdfe4"
+frame_color = "#98c379"
+timeout = 20
[urgency_critical]
- background = "#181818"
- foreground = "#E3C7AF"
- timeout = 0
+background = "#282c34"
+foreground = "#dcdfe4"
+frame_color = "#e5c07b"
+timeout = 0
+
+; vim:ft=dosini
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish
@@ -16,4 +16,6 @@ alias wine32 'env WINEPREFIX=/home/shyman/.wine32 WINEARCH=win32 wine'
alias wine32cfg 'env WINEPREFIX=/home/shyman/.wine32 WINEARCH=win32 winecfg'
alias wine32tricks 'env WINEPREFIX=/home/shyman/.wine32 WINEARCH=win32 winetricks'
+alias cmus='tmux attach-session -t cmus || tmux new-session -A -D -s cmus cmus'
+
source /usr/share/autojump/autojump.fish
diff --git a/fish/.config/fish/functions/aur-cleanup.fish b/fish/.config/fish/functions/aur-cleanup.fish
@@ -19,7 +19,11 @@ function aur-cleanup
rm -rf -- $dir
else
set reponame (pacman -Ss '^'(string escape --style=regex $pkgname)'$' | head -1 | sed 's@/.*$@@g')
- if not string match -q 'custom*' $reponame
+ if string match -q 'custom*' $reponame
+ cd $dir
+ git clean -xdf
+ cd ..
+ else
echo "Removing $dir..."
rm -rf -- $dir
end
diff --git a/fish/.config/fish/functions/aur-resync-devel.fish b/fish/.config/fish/functions/aur-resync-devel.fish
@@ -1,5 +1,5 @@
function aur-resync-devel
- set packages (aur repo --list | cut -f1 | grep -E "$AURVCS")
- aur sync $packages --no-ver --print
+ set packages (aur repo --list | cut -f1 | grep -E "$AURVCS")
+ aur sync $packages --no-ver --print
end
diff --git a/fish/.config/fish/functions/aur-update-devel.fish b/fish/.config/fish/functions/aur-update-devel.fish
@@ -1,6 +1,6 @@
function aur-update-devel
set packages (aur vercmp-devel | cut -d: -f1)
if not test -z "$packages"
- aur sync $packages --no-ver-shallow
+ aur sync $packages --no-ver-argv
end
end
diff --git a/i3/.i3/config b/i3/.i3/config
@@ -1,3 +1,4 @@
+# vim: filetype=i3config
set $mod Mod4
font pango:Terminus 11px
@@ -223,10 +224,10 @@ bindsym $mod+p exec --no-startup-id ~/.fehbg
bindsym $mod+Shift+s exec --no-startup-id flameshot gui
# class border backgr. text indicator
-client.focused #4f4f4f #4f4f4f #ffffff #4f4f4f
-client.unfocused #323232 #323232 #aaaaaa #323232
-client.focused_inactive #323232 #333333 #aaaaaa #323232
-client.urgent #383a3b #383a3b #ee0000 #383a3b
+client.focused #5c6370e6 #5c6370e6 #ffffff #5c6370e6
+client.unfocused #282c34e6 #282c34e6 #dcdfe4 #282c34e6
+client.focused_inactive #282c34e6 #282c34e6 #dcdfe4 #282c34e6
+client.urgent #383a3be6 #383a3be6 #e06c75 #383a3be6
for_window [instance="polybar"] gaps inner 0
for_window [instance="mpv"] pixel 0
@@ -235,7 +236,9 @@ for_window [instance="^octave\-gui$"] floating enable
for_window [instance="^matplotlib$"] floating enable
for_window [instance="^gnuplot_qt$"] floating enable
-exec --no-startup-id redshift-gtk
+exec ~/.screenlayout/default.sh
+exec feh --no-fehbg --bg-fill ~/.i3/BG.png
+exec --no-startup-id picom --experimental-backends
exec --no-startup-id xss-lock -l -- ~/.i3/lock.sh
-exec --no-startup-id feh --no-fehbg --bg-fill ~/.i3/BG.png
+exec --no-startup-id clight
exec_always --no-startup-id ~/.config/polybar/launch.sh
diff --git a/i3/.i3/lock.sh b/i3/.i3/lock.sh
@@ -6,4 +6,8 @@ export XSECURELOCK_LIST_VIDEOS_COMMAND="echo ~/.i3/BG.png"
export XSECURELOCK_IMAGE_DURATION_SECONDS=inf
export XSECURELOCK_BLANK_TIMEOUT=30
export XSECURELOCK_AUTH_TIMEOUT=10
-exec xsecurelock
+xsecurelock&
+sleep 0.5
+pkill -SIGSTOP picom
+wait < <(jobs -p)
+pkill -SIGCONT picom
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim
@@ -2,50 +2,57 @@ if &shell =~# 'fish$'
set shell=bash
endif
-" Install vim-plug if not isntalled
-if empty(glob('~/.local/share/nvim/site/autoload/plug.vim'))
- silent !curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs
- \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
+if &compatible
+ set nocompatible
endif
-call plug#begin('~/.local/share/nvim/plugged')
+function! PackInit() abort
+ packadd minpac
-Plug 'joshdick/onedark.vim'
-Plug 'itchyny/lightline.vim'
+ call minpac#init()
-Plug 'scrooloose/nerdtree'
+ call minpac#add('k-takata/minpac', {'type': 'opt', 'branch': 'devel'})
-Plug 'vim-scripts/indentpython.vim'
-Plug 'Vimjas/vim-python-pep8-indent'
+ call minpac#add('vim-scripts/indentpython.vim', {'type': 'opt'})
+ call minpac#add('Vimjas/vim-python-pep8-indent', {'type': 'opt'})
-Plug 'JuliaEditorSupport/julia-vim'
+ call minpac#add('JuliaEditorSupport/julia-vim', {'type': 'opt'})
-Plug 'lervag/vimtex'
-Plug 'PietroPate/vim-tex-conceal'
+ call minpac#add('lervag/vimtex', {'type': 'opt'})
+ call minpac#add('PietroPate/vim-tex-conceal', {'type': 'opt'})
-Plug 'rust-lang/rust.vim'
+ call minpac#add('rust-lang/rust.vim', {'type': 'opt'})
-Plug 'dag/vim-fish'
+ call minpac#add('dag/vim-fish', {'type': 'opt'})
-Plug 'jalvesaq/Nvim-R'
+ call minpac#add('jalvesaq/Nvim-R', {'type': 'opt'})
-Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
+ call minpac#add('mboughaba/i3config.vim', {'type': 'opt'})
-Plug 'Shougo/neosnippet.vim'
-Plug 'Shougo/neosnippet-snippets'
+ call minpac#add('paretje/deoplete-notmuch', {'type': 'opt'})
-Plug 'paretje/deoplete-notmuch', {'for': 'mail'}
+ call minpac#add('sonph/onehalf', {'subdir': 'vim'})
-Plug 'tpope/vim-fugitive'
+ call minpac#add('itchyny/lightline.vim')
+ call minpac#add('scrooloose/nerdtree')
-Plug 'chaoren/vim-wordmotion'
+ call minpac#add('Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' })
+ call minpac#add('Shougo/neosnippet.vim')
+ call minpac#add('Shougo/neosnippet-snippets')
-Plug 'neovim/nvim-lsp'
+ call minpac#add('tpope/vim-fugitive')
-Plug 'Shougo/deoplete-lsp'
+ call minpac#add('chaoren/vim-wordmotion')
-call plug#end()
+ call minpac#add('neovim/nvim-lsp')
+ call minpac#add('Shougo/deoplete-lsp')
+endfunction
+
+command! PackUpdate call PackInit() | call minpac#update()
+command! PackClean call PackInit() | call minpac#clean()
+command! PackStatus call PackInit() | call minpac#status()
+
+packloadall
" Neosnipet
" Note: It must be "imap" and "smap". It uses <Plug> mappings.
@@ -53,31 +60,30 @@ imap <C-j> <Plug>(neosnippet_expand_or_jump)
smap <C-j> <Plug>(neosnippet_expand_or_jump)
xmap <C-j> <Plug>(neosnippet_expand_target)
+" lightline
+let g:lightline = {
+ \ 'colorscheme': 'onehalfdark',
+ \ }
+
" For conceal markers.
if has('conceal')
set conceallevel=2
let g:tex_conceal="abdgms"
endif
-" lightline
-let g:lightline = {
- \ 'colorscheme': 'onedark',
- \ }
-
" vimtex
let g:vimtex_view_method = 'zathura'
let g:vimtex_compiler_progname = 'nvr'
let g:vimtex_quickfix_enabled = 0
+"NERDTree
+map <C-k> :NERDTreeToggle<CR>
+
" nvim-lsp
lua require'nvim_lsp'.rust_analyzer.setup{}
+lua require'nvim_lsp'.pyls_ms.setup{cmd={"mspyls"}}
lua require'nvim_lsp'.texlab.setup{}
-autocmd Filetype rust setlocal omnifunc=v:lua.vim.lsp.omnifunc
-
-"NERDTree
-map <C-k> :NERDTreeToggle<CR>
-
" Deoplete
inoremap <expr><C-h> deoplete#smart_close_popup()."\<C-h>"
inoremap <expr><BS> deoplete#smart_close_popup()."\<C-h>"
@@ -94,7 +100,6 @@ imap <silent><expr> <TAB>
\ deoplete#manual_complete()
call deoplete#custom#option('omni_patterns', {
- \ 'tex': g:vimtex#re#deoplete,
\ 'r': ['[^. *\t]\.\w*', '\h\w*::\w*', '\h\w*\$\w*'],
\})
@@ -102,12 +107,93 @@ call deoplete#custom#option('sources', {
\ 'notmuch': ['notmuch', 'address', '--format=json', '--deduplicate=address', '*'],
\})
-let g:deoplete#enable_at_startup = 1
+call deoplete#enable()
+
+" Autocmds
+
+autocmd Filetype python call SetPythonOptions()
+function SetPythonOptions()
+ packadd indentpython.vim
+ packadd vim-python-pep8-indent
+ setlocal textwidth=79
+ setlocal fileformat=unix
+endfunction
+
+autocmd Filetype tex call SetTeXOptions()
+function SetTeXOptions()
+ packadd vim-tex-conceal
+ packadd vimtex
+ let g:vimteplete = '\\(?:'
+ \ . '\w*cite\w*(?:\s*\[[^]]*\]){0,2}\s*{[^}]*'
+ \ . '|(text|block)cquote\*?(?:\s*\[[^]]*\]){0,2}\s*{[^}]*'
+ \ . '|(for|hy)\w*cquote\*?{[^}]*}(?:\s*\[[^]]*\]){0,2}\s*{[^}]*'
+ \ . '|\w*ref(?:\s*{[^}]*|range\s*{[^,}]*(?:}{)?)'
+ \ . '|hyperref\s*\[[^]]*'
+ \ . '|includegraphics\*?(?:\s*\[[^]]*\]){0,2}\s*{[^}]*'
+ \ . '|(?:include(?:only)?|input|subfile)\s*{[^}]*'
+ \ . '|([cpdr]?(gls|Gls|GLS)|acr|Acr|ACR)[a-zA-Z]*\s*{[^}]*'
+ \ . '|(ac|Ac|AC)\s*{[^}]*'
+ \ . '|includepdf(\s*\[[^]]*\])?\s*{[^}]*'
+ \ . '|includestandalone(\s*\[[^]]*\])?\s*{[^}]*'
+ \ . '|(usepackage|RequirePackage|PassOptionsToPackage)(\s*\[[^]]*\])?\s*{[^}]*'
+ \ . '|documentclass(\s*\[[^]]*\])?\s*{[^}]*'
+ \ . '|begin(\s*\[[^]]*\])?\s*{[^}]*'
+ \ . '|end(\s*\[[^]]*\])?\s*{[^}]*'
+ \ . '|\w*'
+ \ .')'
+ " \ 'tex': g:vimtex#re#deoplete,
+ call deoplete#custom#option('omni_patterns', {
+ \ 'tex': g:vimteplete,
+ \})
+ setlocal sw=2
+ setlocal textwidth=79
+ setlocal iskeyword+=:
+ setlocal spell! spelllang=en
+endfunction
+
+autocmd Filetype rust call SetRustOptions()
+function SetRustOptions()
+ packadd rust.vim
+ setlocal omnifunc=v:lua.vim.lsp.omnifunc
+endfunction
+
+autocmd BufNewFile,BufRead *.jl set filetype=julia
+autocmd Filetype julia call SetJuliaOptions()
+function SetJuliaOptions()
+ packadd julia-vim
+endfunction
+
+autocmd Filetype R call SetROptions()
+autocmd Filetype noweb call SetROptions()
+function SetROptions()
+ packadd Nvim-R
+endfunction
+
+autocmd BufNewFile,BufRead *.none set filetype=mail
+autocmd Filetype mail call SetMailOptions()
+function SetMailOptions()
+ packadd deoplete-notmuch
+endfunction
+
+autocmd BufNewFile,BufRead *.fish set filetype=fish
+autocmd Filetype fish call SetFishOptions()
+function SetFishOptions()
+ packadd vim-fish
+endfunction
+
+autocmd Filetype i3config call SetI3Options()
+function SetI3Options()
+ packadd i3config.vim
+endfunction
+
+autocmd CompleteDone * silent! pclose
" vim settings
set hidden
set lazyredraw
+let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
+let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors
set noshowmode
set wildmenu
@@ -118,30 +204,17 @@ set softtabstop=4
set shiftwidth=4
set expandtab
set autoindent
+set noea
filetype plugin indent on
syntax on
-colorscheme onedark
+colorscheme onehalfdark
+hi Normal guibg=none
+hi LineNr guibg=none
tnoremap <Esc> <C-\><C-n>
au TermOpen * setlocal nonumber norelativenumber
au BufReadPost APKBUILD set syntax=sh noexpandtab
-
-autocmd Filetype python call SetPythonOptions()
-function SetPythonOptions()
- setlocal textwidth=79
- setlocal fileformat=unix
-endfunction
-
-autocmd Filetype tex call SetTeXOptions()
-function SetTeXOptions()
- setlocal sw=2
- setlocal textwidth=79
- setlocal iskeyword+=:
- setlocal spell! spelllang=en
-endfunction
-
-autocmd BufNewFile,BufRead *.none set filetype=mail
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf
@@ -0,0 +1,223 @@
+# Thank you code_nomad: http://9m.no/ꪯ鵞
+
+#################################
+#
+# Backend
+#
+#################################
+
+# Backend to use: "xrender" or "glx".
+# GLX backend is typically much faster but depends on a sane driver.
+backend = "glx";
+
+#################################
+#
+# GLX backend
+#
+#################################
+
+glx-no-stencil = true;
+
+# GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
+# My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
+# but a 20% increase when only 1/4 is.
+# My tests on nouveau show terrible slowdown.
+# Useful with --glx-swap-method, as well.
+#glx-copy-from-front = true;
+
+# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
+# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
+# May break VSync and is not available on some drivers.
+# Overrides --glx-copy-from-front.
+#glx-use-copysubbuffermesa = true;
+
+# GLX backend: Avoid rebinding pixmap on window damage.
+# Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
+# Recommended if it works.
+#glx-no-rebind-pixmap = true;
+
+
+# GLX backend: GLX buffer swap method we assume.
+# Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
+# undefined is the slowest and the safest, and the default value.
+# copy is fastest, but may fail on some drivers,
+# 2-6 are gradually slower but safer (6 is still faster than 0).
+# Usually, double buffer means 2, triple buffer means 3.
+# buffer-age means auto-detect using GLX_EXT_buffer_age, supported by some drivers.
+# Useless with --glx-use-copysubbuffermesa.
+# Partially breaks --resize-damage.
+# Defaults to undefined.
+glx-swap-method = -1; #"undefined";
+
+#################################
+#
+# Shadows
+#
+#################################
+
+# Enabled client-side shadows on windows.
+# shadow = false;
+# Don't draw shadows on DND windows.
+# no-dnd-shadow = true;
+# Avoid drawing shadows on dock/panel windows.
+# no-dock-shadow = true;
+# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
+# clear-shadow = true;
+# The blur radius for shadows. (default 12)
+# shadow-radius = 5;
+# The left offset for shadows. (default -15)
+# shadow-offset-x = -5;
+# The top offset for shadows. (default -15)
+# shadow-offset-y = -5;
+# The translucency for shadows. (default .75)
+# shadow-opacity = 0.5;
+
+# Set if you want different colour shadows
+# shadow-red = 0.0;
+# shadow-green = 0.0;
+# shadow-blue = 0.0;
+
+# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
+# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
+# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
+#shadow-exclude = [
+# "! name~=''",
+# "name = 'Notification'",
+# "name = 'Plank'",
+# "name = 'Docky'",
+# "name = 'Kupfer'",
+# "name = 'xfce4-notifyd'",
+# "name *= 'VLC'",
+# "name *= 'compton'",
+# "name *= 'Chromium'",
+# "name *= 'Chrome'",
+# "class_g = 'Conky'",
+# "class_g = 'Kupfer'",
+# "class_g = 'Synapse'",
+# "class_g ?= 'Notify-osd'",
+# "class_g ?= 'Cairo-dock'",
+# "class_g ?= 'Xfce4-notifyd'",
+# "class_g ?= 'Xfce4-power-manager'",
+# "_GTK_FRAME_EXTENTS@:c"
+#];
+## Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
+#shadow-ignore-shaped = false;
+
+#################################
+#
+# Opacity
+#
+#################################
+
+#menu-opacity = 0;
+#inactive-opacity = 0;
+#active-opacity = 0;
+#frame-opacity = 0;
+#inactive-opacity-override = false;
+#alpha-step = 0.00;
+
+# Dim inactive windows. (0.0 - 1.0)
+# inactive-dim = 0.2;
+# Do not let dimness adjust based on window opacity.
+# inactive-dim-fixed = true;
+# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
+# blur-background = true;
+# Blur background of opaque windows with transparent frames as well.
+# blur-background-frame = true;
+# Do not let blur radius adjust based on window opacity.
+#blur-background-fixed = false;
+#blur-background-exclude = [
+# "window_type = 'dock'",
+# "window_type = 'desktop'"
+#];
+
+#################################
+#
+# Fading
+#
+#################################
+
+# Fade windows during opacity changes.
+fading = false;
+# The time between steps in a fade in milliseconds. (default 10).
+#ade-delta = 4;
+# Opacity change between steps while fading in. (default 0.028).
+#fade-in-step = 0.03;
+## Opacity change between steps while fading out. (default 0.03).
+#fade-out-step = 0.03;
+# Fade windows in/out when opening/closing
+# no-fading-openclose = true;
+
+# Specify a list of conditions of windows that should not be faded.
+#fade-exclude = [ ];
+
+#################################
+#
+# Other
+#
+#################################
+
+# Try to detect WM windows and mark them as active.
+#mark-wmwin-focused = true;
+# Mark all non-WM but override-redirect windows active (e.g. menus).
+#mark-ovredir-focused = true;
+# Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
+# Usually more reliable but depends on a EWMH-compliant WM.
+use-ewmh-active-win = true;
+# Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
+#detect-rounded-corners = true;
+
+# Detect _NET_WM_OPACITY on client windows, useful for window managers not passing _NET_WM_OPACITY of client windows to frame windows.
+# This prevents opacity being ignored for some apps.
+# For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
+#detect-client-opacity = true;
+
+# Specify refresh rate of the screen.
+# If not specified or 0, compton will try detecting this with X RandR extension.
+refresh-rate = 0;
+
+# Set VSync method. VSync methods currently available:
+# none: No VSync
+# drm: VSync with DRM_IOCTL_WAIT_VBLANK. May only work on some drivers.
+# opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some drivers.
+# opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work on some drivers.
+# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
+# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
+# (Note some VSync methods may not be enabled at compile time.)
+vsync = true;
+
+# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
+# Known to cause flickering when redirecting/unredirecting windows.
+# paint-on-overlay may make the flickering less obvious.
+unredir-if-possible = false;
+
+# Specify a list of conditions of windows that should always be considered focused.
+#focus-exclude = [ ];
+
+# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
+detect-transient = true;
+# Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
+# WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too.
+detect-client-leader = true;
+
+#################################
+#
+# Window type settings
+#
+#################################
+
+#wintypes:
+#{
+# tooltip =
+# {
+# # fade: Fade the particular type of windows.
+# fade = true;
+# # shadow: Give those windows shadow
+# shadow = false;
+# # opacity: Default opacity for the type of windows.
+# opacity = 0.85;
+# # focus: Whether to always consider windows of this type focused.
+# focus = true;
+# };
+#};
+opacity-rule = [ "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ];
diff --git a/polybar/.config/polybar/cmus.sh b/polybar/.config/polybar/cmus.sh
@@ -4,9 +4,9 @@ ARTIST=$(grep 'tag artist ' /tmp/cmus.status | tail -c +12)
STATE=$(grep 'status ' /tmp/cmus.status | tail -c +8)
if [ $STATE = 'playing' ]; then
- echo "▶ $ARTIST - $TITLE"
+ echo " $ARTIST - $TITLE"
elif [ $STATE = 'paused' ]; then
- echo "⏸ $ARTIST - $TITLE"
+ echo " $ARTIST - $TITLE"
else
- echo "■"
+ echo ""
fi
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
@@ -8,15 +8,24 @@
;=====================================================
[colors]
-;background = ${xrdb:color0:#222}
-background = #222
-background-alt = #444
-;foreground = ${xrdb:color7:#222}
-foreground = #dfdfdf
-foreground-alt = #555
-primary = #ffb52a
-secondary = #e60053
-alert = #bd2c40
+black = #282c34
+red = #e06c75
+green = #98c379
+yellow = #e5c07b
+blue = #61afef
+magenta = #c678dd
+cyan = #56b6c2
+white = #dcdfe4
+
+background = #e6282c34
+background-alt = #e65c6370
+
+foreground = #dcdfe4
+foreground-alt = #ffffff
+
+primary = ${colors.green}
+secondary = ${colors.yellow}
+alert = ${colors.red}
[bar/example]
;monitor = HDMI-0
@@ -33,10 +42,10 @@ background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
-line-color = #f00
+line-color = ${colors.red}
border-size = 0
-border-color = #00000000
+border-color = ${colors.white}
padding-left = 0
padding-right = 2
@@ -44,9 +53,8 @@ padding-right = 2
module-margin-left = 1
module-margin-right = 2
-font-0 = fixed:pixelsize=10;1
-font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
-font-2 = "Siji:pixelsize=10;1"
+font-0 = "Noto Mono:pixelsize=9;1"
+font-1 = "Siji:pixelsize=10;1"
modules-left = i3
modules-center = cmus
@@ -54,7 +62,6 @@ modules-right = filesystem memory cpu backlight-acpi volume eth wlan battery xke
tray-position = left
tray-padding = 2
-;tray-transparent = true
;tray-background = #0063ff
;wm-restack = bspwm
@@ -93,11 +100,11 @@ type = internal/fs
interval = 25
mount-0 = /
-mount-1 = /home
+mount-1 = /data
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
label-unmounted = %mountpoint% not mounted
-label-unmounted-foreground = ${colors.foreground-alt}
+label-unmounted-foreground = ${colors.foreground}
[module/bspwm]
type = internal/bspwm
@@ -128,7 +135,7 @@ wrapping-scroll = false
;pin-workspaces = true
label-mode-padding = 2
-label-mode-foreground = #000
+label-mode-foreground = ${colors.foreground}
label-mode-background = ${colors.primary}
; focused = Active workspace on focused monitor
@@ -182,18 +189,18 @@ label-song-ellipsis = true
type = internal/xbacklight
format = <label> <bar>
-label = BL
+label =
bar-width = 10
bar-indicator = |
-bar-indicator-foreground = #ff
+bar-indicator-foreground = ${colors.foreground}
bar-indicator-font = 2
bar-fill = ─
bar-fill-font = 2
-bar-fill-foreground = #9f78e1
+bar-fill-foreground = ${colors.magenta}
bar-empty = ─
bar-empty-font = 2
-bar-empty-foreground = ${colors.foreground-alt}
+bar-empty-foreground = ${colors.foreground}
[module/backlight-acpi]
inherit = module/xbacklight
@@ -204,16 +211,16 @@ card = intel_backlight
type = internal/cpu
interval = 2
format-prefix = " "
-format-prefix-foreground = ${colors.foreground-alt}
-format-underline = #f90000
+format-prefix-foreground = ${colors.foreground}
+format-underline = ${colors.red}
label = %percentage%%
[module/memory]
type = internal/memory
interval = 2
format-prefix = " "
-format-prefix-foreground = ${colors.foreground-alt}
-format-underline = #4bffdc
+format-prefix-foreground = ${colors.foreground}
+format-underline = ${colors.cyan}
label = %percentage_used%%
[module/wlan]
@@ -222,7 +229,7 @@ interface = wlp3s0
interval = 3.0
format-connected = <ramp-signal> <label-connected>
-format-connected-underline = #9f78e1
+format-connected-underline = ${colors.green}
label-connected = %essid%
format-disconnected =
@@ -236,16 +243,16 @@ ramp-signal-1 =
ramp-signal-2 =
ramp-signal-3 =
ramp-signal-4 =
-ramp-signal-foreground = ${colors.foreground-alt}
+ramp-signal-foreground = ${colors.foreground}
[module/eth]
type = internal/network
interface = enp4s0
interval = 3.0
-format-connected-underline = #55aa55
+format-connected-underline = ${colors.green}
format-connected-prefix = " "
-format-connected-prefix-foreground = ${colors.foreground-alt}
+format-connected-prefix-foreground = ${colors.foreground}
label-connected = %local_ip%
format-disconnected =
@@ -265,8 +272,8 @@ time = %H:%M
time-alt = %H:%M:%S
format-prefix =
-format-prefix-foreground = ${colors.foreground-alt}
-format-underline = #0a6cf5
+format-prefix-foreground = ${colors.foreground}
+format-underline = ${colors.blue}
label = %date% %time%
@@ -274,21 +281,21 @@ label = %date% %time%
type = internal/pulseaudio
format-volume = <label-volume> <bar-volume>
-label-volume = VOL
+label-volume =
label-volume-foreground = ${root.foreground}
format-muted-prefix = " "
-format-muted-foreground = ${colors.foreground-alt}
-label-muted = sound muted
+format-muted-foreground = ${colors.foreground}
+label-muted = |─────────
bar-volume-width = 10
-bar-volume-foreground-0 = #55aa55
-bar-volume-foreground-1 = #55aa55
-bar-volume-foreground-2 = #55aa55
-bar-volume-foreground-3 = #55aa55
-bar-volume-foreground-4 = #55aa55
-bar-volume-foreground-5 = #f5a70a
-bar-volume-foreground-6 = #ff5555
+bar-volume-foreground-0 = ${colors.green}
+bar-volume-foreground-1 = ${colors.green}
+bar-volume-foreground-2 = ${colors.green}
+bar-volume-foreground-3 = ${colors.green}
+bar-volume-foreground-4 = ${colors.green}
+bar-volume-foreground-5 = ${colors.yellow}
+bar-volume-foreground-6 = ${colors.red}
bar-volume-gradient = false
bar-volume-indicator = |
bar-volume-indicator-font = 2
@@ -296,7 +303,7 @@ bar-volume-fill = ─
bar-volume-fill-font = 2
bar-volume-empty = ─
bar-volume-empty-font = 2
-bar-volume-empty-foreground = ${colors.foreground-alt}
+bar-volume-empty-foreground = ${colors.foreground}
[module/battery]
type = internal/battery
@@ -305,24 +312,24 @@ adapter = ADP1
full-at = 98
format-charging = <animation-charging> <label-charging>
-format-charging-underline = #ffb52a
+format-charging-underline = ${colors.yellow}
format-discharging = <ramp-capacity> <label-discharging>
format-discharging-underline = ${self.format-charging-underline}
format-full-prefix = " "
-format-full-prefix-foreground = ${colors.foreground-alt}
+format-full-prefix-foreground = ${colors.foreground}
format-full-underline = ${self.format-charging-underline}
ramp-capacity-0 =
ramp-capacity-1 =
ramp-capacity-2 =
-ramp-capacity-foreground = ${colors.foreground-alt}
+ramp-capacity-foreground = ${colors.foreground}
animation-charging-0 =
animation-charging-1 =
animation-charging-2 =
-animation-charging-foreground = ${colors.foreground-alt}
+animation-charging-foreground = ${colors.foreground}
animation-charging-framerate = 750
[module/temperature]
diff --git a/polybar/.config/polybar/launch.sh b/polybar/.config/polybar/launch.sh
@@ -1,4 +1,4 @@
#!/bin/sh
killall polybar
#env MONITOR=$(polybar -m|head -1|sed -e 's/:.*$//g')
-polybar example
+exec polybar -r example
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
@@ -0,0 +1 @@
+set -g default-terminal "screen-256color"
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
@@ -1,2 +1,7 @@
set synctex true
set synctex-editor-command "nvr +%{line} %{input}"
+set default-bg rgba(40,44,52,0.9)
+set statusbar-bg rgba(40,44,52,1)
+set recolor true
+set recolor-lightcolor rgba(40,44,52,0)
+set recolor-darkcolor rgba(220,223,228,1) foreground = #dcdfe4