From 0e3dd76acedb84ddfda4e4a33ed025f390847562 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 18 Jul 2020 00:42:42 +0530 Subject: beep --- dunst/.config/dunst/dunstrc | 16 ++++++++-------- nvim/.config/nvim/init.vim | 3 +++ x/.Xresources | 3 ++- zathura/.config/zathura/zathurarc | 31 ++++++++++++++----------------- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index a016753..178e4ec 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -1,6 +1,6 @@ [global] # Make the width 3740 (3840 - 100), have 50 left margin and 95 above - geometry = "350x5-10+30" + geometry = "350x5-10+25" monitor = 0 follow = keyboard indicate_hidden = yes @@ -19,7 +19,7 @@ horizontal_padding = 14 # The frame color and width of the notification - frame_color = "#000000" + frame_color = "#5b5b5b" frame_width = 5 line_height = 0 @@ -67,18 +67,18 @@ # Set the background and foreground (text) color for all notifications [urgency_low] -background = "#09090d" -foreground = "#839496" +background = "#f3f4f5" +foreground = "#2f2f2f" timeout = 5 [urgency_normal] -background = "#0c0d0d" -foreground = "#c6c8d1" +background = "#f3f4f5" +foreground = "#2f2f2f" timeout = 5 [urgency_critical] -background = "#ffffff" -foreground = "#000000" +background = "#f3f4f5" +foreground = "#2f2f2f" timeout = 0 # vim:ft=cfg diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 26e74cf..32bf76c 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -87,6 +87,9 @@ hi Comment cterm=italic " statusbar scriptencoding utf-8 +" cpp template +autocmd BufNewFile *.cpp 0r ~/.config/nvim/templates/skeleton.cpp + " statusline hi PrimaryBlock ctermbg=NONE ctermfg=8 hi ModeBlock ctermbg=NONE ctermfg=2 diff --git a/x/.Xresources b/x/.Xresources index 088e0cf..39bb560 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -53,7 +53,8 @@ URxvt.titleBar : false URxvt.intensityStyles : false -URxvt.perl-ext-common : default,matcher +URxvt.perl-ext-common : default,matcher,font-size +URxvt.font-size.step: 1 URxvt.url-launcher : chromium URxvt.matcher.button : 1 diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index b37446e..1c03fd7 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -3,7 +3,7 @@ # NOTE: This file is automatically generated by pywal. Do not edit it by hand. -set font "Hermit 8" # Use Hack as our font of choice +set font "JetBrainsMono Nerd Font Mono 8" # 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 @@ -14,26 +14,23 @@ set scroll-step "120" # Increase the scroll distance when using j/k set recolor "false" # Use our theme colors ( for the original document colors) # [colors] -set default-bg "#000000" -set default-fg "#a3a6ab" -set statusbar-bg "#000000" -set statusbar-fg "#a3a6ab" -set inputbar-bg "#000000" -set inputbar-fg "#a3a6ab" -set notification-bg "#000000" -set notification-fg "#a3a6ab" -set notification-error-bg "#000000" -set notification-error-fg "#a3a6ab" -set notification-warning-bg "#000000" -set notification-warning-fg "#a3a6ab" +set default-bg "#f3f4f5" +set default-fg "#2f2f2f" +set statusbar-bg "#f3f4f5" +set statusbar-fg "#2f2f2f" +set inputbar-bg "#f3f4f5" +set inputbar-fg "#2f2f2f" +set notification-bg "#f3f4f5" +set notification-fg "#2f2f2f" +set notification-error-bg "#f3f4f5" +set notification-error-fg "#2f2f2f" +set notification-warning-bg "#f3f4f5" +set notification-warning-fg "#2f2f2f" set highlight-color "#CD7860" set highlight-active-color "#7A9388" set completion-bg "#CD7860" set completion-fg "#7A9388" set completion-highlight-bg "#CD7860" set completion-highlight-fg "#7A9388" -set recolor-lightcolor "#000000" +set recolor-lightcolor "#f3f4f5" set recolor-darkcolor "#a3a6ab" - -# vim:ft=conf - -- cgit v1.2.3