From 3e09a205735b419e80e21970c53ec554a78886c4 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 19 Sep 2020 13:15:53 +0530 Subject: dark --- dunst/.config/dunst/dunstrc | 14 ++++---- nvim/.config/nvim/init.vim | 4 +-- polybar/.config/polybar/cmus.sh | 3 +- polybar/.config/polybar/config | 22 ++++++------- sxhkd/.config/sxhkd/sxhkdrc | 2 +- x/.Xresources | 73 ++++++++++++++++++++++++----------------- zsh/.zshrc | 4 +++ 7 files changed, 69 insertions(+), 53 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index a6941fe..a1db2fc 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -19,7 +19,7 @@ horizontal_padding = 14 # The frame color and width of the notification - frame_color = "#2f2f2f" + frame_color = "#161616" frame_width = 5 line_height = 0 @@ -67,18 +67,18 @@ # Set the background and foreground (text) color for all notifications [urgency_low] -background = "#f3f4f5" -foreground = "#2f2f2f" +background = "#000000" +foreground = "#eeffff" timeout = 5 [urgency_normal] -background = "#f3f4f5" -foreground = "#2f2f2f" +background = "#000000" +foreground = "#eeffff" timeout = 5 [urgency_critical] -background = "#f3f4f5" -foreground = "#2f2f2f" +background = "#000000" +foreground = "#eeffff" timeout = 0 # vim:ft=cfg diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 1184e2d..e736f28 100755 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -17,7 +17,7 @@ call plug#end() set guicursor= set number relativenumber set mouse=a -set background=light +set background=dark syntax enable set cursorline set ignorecase @@ -32,7 +32,7 @@ set shiftwidth=4 " number of spaces to use for autoindent set expandtab " tabs are space set autoindent set copyindent " copy indent from the previous line -colorscheme pencil +colorscheme plain "hi Normal ctermbg=16 guibg=#000000 "hi LineNr ctermbg=16 guibg=#000000 diff --git a/polybar/.config/polybar/cmus.sh b/polybar/.config/polybar/cmus.sh index 7917d4c..c425f0b 100755 --- a/polybar/.config/polybar/cmus.sh +++ b/polybar/.config/polybar/cmus.sh @@ -14,7 +14,8 @@ if [[ $artist = *[!\ ]* ]]; then duration=$(cmus-remote -C status | grep duration | cut -c 10-) minutes2=$(prepend_zero $(($duration / 60))) seconds2=$(prepend_zero $(($duration % 60))) - echo -n "$artist - $song [$minutes1:$seconds1/$minutes2:$seconds2]" + # echo -n "$artist - $song [$minutes1:$seconds1/$minutes2:$seconds2]" + echo -n "$song [$minutes1:$seconds1/$minutes2:$seconds2]" else echo fi diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 5d9462d..0ad7cf4 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -2,11 +2,11 @@ screenchange-reload = true [colors] -#background = ${xrdb:color0:#222} -background = ${xrdb:background:#060808} +;background = ${xrdb:background:#060808} +background = #00000000 background-alt = ${xrdb:color0:#000} -;foreground = ${xrdb:color7:#222} -foreground = ${xrdb:foreground:#c5c8c6} +;foreground = ${xrdb:foreground:#c5c8c6} +foreground = #5e5c5c foreground-alt = ${xrdb:colorBD:#444} primary = ${xrdb:color4:#ffb52a} secondary = ${xrdb:color3:#e60053} @@ -111,14 +111,14 @@ type = internal/date interval = 1.0 date = %I:%M %p label = %date% -label-foreground = #565e65 +label-foreground = #EEFFFF format = time