summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dunst/.config/dunst/dunstrc16
-rw-r--r--nvim/.config/nvim/init.vim3
-rw-r--r--x/.Xresources3
-rw-r--r--zathura/.config/zathura/zathurarc31
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 @@
1[global] 1[global]
2 # Make the width 3740 (3840 - 100), have 50 left margin and 95 above 2 # Make the width 3740 (3840 - 100), have 50 left margin and 95 above
3 geometry = "350x5-10+30" 3 geometry = "350x5-10+25"
4 monitor = 0 4 monitor = 0
5 follow = keyboard 5 follow = keyboard
6 indicate_hidden = yes 6 indicate_hidden = yes
@@ -19,7 +19,7 @@
19 horizontal_padding = 14 19 horizontal_padding = 14
20 20
21 # The frame color and width of the notification 21 # The frame color and width of the notification
22 frame_color = "#000000" 22 frame_color = "#5b5b5b"
23 frame_width = 5 23 frame_width = 5
24 line_height = 0 24 line_height = 0
25 25
@@ -67,18 +67,18 @@
67 67
68# Set the background and foreground (text) color for all notifications 68# Set the background and foreground (text) color for all notifications
69[urgency_low] 69[urgency_low]
70background = "#09090d" 70background = "#f3f4f5"
71foreground = "#839496" 71foreground = "#2f2f2f"
72timeout = 5 72timeout = 5
73 73
74[urgency_normal] 74[urgency_normal]
75background = "#0c0d0d" 75background = "#f3f4f5"
76foreground = "#c6c8d1" 76foreground = "#2f2f2f"
77timeout = 5 77timeout = 5
78 78
79[urgency_critical] 79[urgency_critical]
80background = "#ffffff" 80background = "#f3f4f5"
81foreground = "#000000" 81foreground = "#2f2f2f"
82timeout = 0 82timeout = 0
83# vim:ft=cfg 83# vim:ft=cfg
84 84
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
87" statusbar 87" statusbar
88scriptencoding utf-8 88scriptencoding utf-8
89 89
90" cpp template
91autocmd BufNewFile *.cpp 0r ~/.config/nvim/templates/skeleton.cpp
92
90" statusline 93" statusline
91hi PrimaryBlock ctermbg=NONE ctermfg=8 94hi PrimaryBlock ctermbg=NONE ctermfg=8
92hi ModeBlock ctermbg=NONE ctermfg=2 95hi 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
53URxvt.intensityStyles : false 53URxvt.intensityStyles : false
54 54
55 55
56URxvt.perl-ext-common : default,matcher 56URxvt.perl-ext-common : default,matcher,font-size
57URxvt.font-size.step: 1
57URxvt.url-launcher : chromium 58URxvt.url-launcher : chromium
58URxvt.matcher.button : 1 59URxvt.matcher.button : 1
59 60
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 @@
3 3
4# NOTE: This file is automatically generated by pywal. Do not edit it by hand. 4# NOTE: This file is automatically generated by pywal. Do not edit it by hand.
5 5
6set font "Hermit 8" # Use Hack as our font of choice 6set font "JetBrainsMono Nerd Font Mono 8" # Use Hack as our font of choice
7#set guioptions "v" # Show a "progress bar" when scrolling up/down 7#set guioptions "v" # Show a "progress bar" when scrolling up/down
8set adjust-open "width" # Make documents take up all the available space by default 8set adjust-open "width" # Make documents take up all the available space by default
9set statusbar-basename "true" # When using the status bar, show the basename only 9set 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
14set recolor "false" # Use our theme colors (<C-r> for the original document colors) 14set recolor "false" # Use our theme colors (<C-r> for the original document colors)
15 15
16# [colors] 16# [colors]
17set default-bg "#000000" 17set default-bg "#f3f4f5"
18set default-fg "#a3a6ab" 18set default-fg "#2f2f2f"
19set statusbar-bg "#000000" 19set statusbar-bg "#f3f4f5"
20set statusbar-fg "#a3a6ab" 20set statusbar-fg "#2f2f2f"
21set inputbar-bg "#000000" 21set inputbar-bg "#f3f4f5"
22set inputbar-fg "#a3a6ab" 22set inputbar-fg "#2f2f2f"
23set notification-bg "#000000" 23set notification-bg "#f3f4f5"
24set notification-fg "#a3a6ab" 24set notification-fg "#2f2f2f"
25set notification-error-bg "#000000" 25set notification-error-bg "#f3f4f5"
26set notification-error-fg "#a3a6ab" 26set notification-error-fg "#2f2f2f"
27set notification-warning-bg "#000000" 27set notification-warning-bg "#f3f4f5"
28set notification-warning-fg "#a3a6ab" 28set notification-warning-fg "#2f2f2f"
29set highlight-color "#CD7860" 29set highlight-color "#CD7860"
30set highlight-active-color "#7A9388" 30set highlight-active-color "#7A9388"
31set completion-bg "#CD7860" 31set completion-bg "#CD7860"
32set completion-fg "#7A9388" 32set completion-fg "#7A9388"
33set completion-highlight-bg "#CD7860" 33set completion-highlight-bg "#CD7860"
34set completion-highlight-fg "#7A9388" 34set completion-highlight-fg "#7A9388"
35set recolor-lightcolor "#000000" 35set recolor-lightcolor "#f3f4f5"
36set recolor-darkcolor "#a3a6ab" 36set recolor-darkcolor "#a3a6ab"
37
38# vim:ft=conf
39