all repos — dotfiles @ 5ccae76815abadfa8498076f63da05d9eca756c2

my *nix dotfiles

Switch colorscheme to material-darker

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 11 Jun 2019 17:11:40 +0530
commit

5ccae76815abadfa8498076f63da05d9eca756c2

parent

c0193003726f8a109e0d47f607bb5180345dd3fa

6 files changed, 53 insertions(+), 61 deletions(-)

jump to
M .Xresources.Xresources

@@ -8,13 +8,13 @@

! Base16 Material Palenight ! Scheme: Nate Peterson -#define base00 #292d3e -#define base01 #444267 -#define base02 #32374d -#define base03 #676e95 -#define base04 #8796b0 -#define base05 #959dcb -#define base06 #959dcb +#define base00 #212121 +#define base01 #303030 +#define base02 #353535 +#define base03 #4a4a4a +#define base04 #b2ccd6 +#define base05 #eeffff +#define base06 #eeffff #define base07 #ffffff #define base08 #f07178 #define base09 #f78c6c

@@ -59,7 +59,6 @@ *color18: base01

*color19: base02 *color20: base04 *color21: base06 - ! Urxvt config !--------------------- URxvt.font: xft:Operator Mono Book:size=14
M config/compton.confconfig/compton.conf

@@ -56,7 +56,7 @@ #

################################# # Enabled client-side shadows on windows. -shadow = true; +shadow = false; # Don't draw shadows on DND windows. no-dnd-shadow = true; # Avoid drawing shadows on dock/panel windows.
M config/dunst/dunstrcconfig/dunst/dunstrc

@@ -1,5 +1,5 @@

[global] - font = Monoid 10 + font = SF Mono Semibold 12 allow_markup = yes plain_text = no format = "%s\n%b"

@@ -10,7 +10,7 @@ bounce_freq = 0

show_age_threshold = 60 word_wrap = yes ignore_newline = no - geometry = "300x5-30+24" + geometry = "300x5-20+28" shrink = no transparency = 0 transparency = 40

@@ -22,9 +22,9 @@ show_indicators = yes

line_height = 0 notification_height = 0 separator_height = 2 - padding = 8 + padding = 20 # Horizontal padding. - horizontal_padding = 8 + horizontal_padding = 20 # Define a color for the separator. # possible values are:

@@ -53,9 +53,9 @@ # Paths to default icons.

icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ [frame] - width = 1 - width = 2 - color = "#eceff4" + width = 4 + width = 3 + color = "#ffffff" [shortcuts]

@@ -86,8 +86,8 @@ foreground = "#3b4252"

timeout = 5 [urgency_normal] - background = "#eceff4" - foreground = "#3b4252" + background = "#ffffff" + foreground = "#292d3e" timeout = 5 [urgency_critical]
M config/nvim/init.vimconfig/nvim/init.vim

@@ -16,6 +16,7 @@ Plug 'reedes/vim-litecorrect', { 'for': ['text', 'markdown'] }

Plug 'junegunn/goyo.vim', { 'for': ['text', 'markdown'] } Plug 'plasticboy/vim-markdown', { 'for': ['text', 'markdown'] } Plug 'kana/vim-textobj-user', { 'for': ['text', 'markdown'] } +Plug 'junegunn/goyo.vim' Plug 'reedes/vim-textobj-quote' " }}} Plug 'chriskempson/base16-vim'
M config/polybar/barconfig/polybar/bar

@@ -12,7 +12,7 @@ ;margin-top =

;margin-bottom = 2 [colors] -fg = ${xrdb:color7} +fg = ${xrdb:color15} bg = ${xrdb:color0} [bar/top]

@@ -27,17 +27,15 @@

background = ${colors.bg} foreground = ${colors.fg} -font-0 = Operator Mono Book:size=12:;1 -font-1 = Feather:size=12:;2 +font-0 = SF Mono:size=12:weight=semibold;1 -modules-left = date time volume battery -modules-center = xwindow -modules-right = ewmh +modules-left = date time volume battery ewmh +modules-center = +modules-right = xwindow -tray-position = right +tray-position = false tray-padding = 0 tray-background = ${colors.bg} -tray-transparent = false tray-detached = false underline-size = 3

@@ -49,18 +47,14 @@ module-margin-left = 2

module-margin-right = 2 [module/volume] -type = internal/volume +type = internal/alsa -format-volume = <ramp-volume><label-volume> +format-volume = <label-volume> +label-volume = vol %percentage%% module-margin-right = 1 -ramp-volume-0 =  -ramp-volume-1 =  -ramp-volume-2 =  format-volume-background = ${colors.bg} -ramp-volume-foreground = ${xrdb:color6} - -label-muted =  muted +label-muted = muted [module/xwindow]

@@ -98,15 +92,13 @@

[module/date] type = internal/date interval = 1 -date = " %A, %d %B -format-prefix = "" +date = %a, %d %b format-prefix-foreground = ${xrdb:color6} [module/time] type = internal/date interval = 1 -date = " %I:%M" -format-prefix = "" +date = %I:%M format-prefix-foreground = ${xrdb:color6} [module/battery]

@@ -117,16 +109,12 @@ adapter = ACAD

poll-interval = 5 format-charging = <label-charging> -format-discharging = <ramp-capacity><label-discharging> -label-charging =  %percentage%% -label-charging-foreground = ${xrdb:color6} -label-discharging = %percentage%% -label-discharging-foreground = ${colors.fg} -label-full =  full! -ramp-capacity-foreground = ${xrdb:color6} -ramp-capacity-0 = ! -ramp-capacity-1 =  -ramp-capacity-2 =  +format-discharging = <label-discharging> +label-charging = bat %percentage%% +label-charging-foreground = ${xrdb:color10} +label-discharging = bat %percentage%% +label-discharging-foreground = ${xrdb:color15} +label-full = full! [module/spotipy] type = custom/script
M i3/configi3/config

@@ -14,6 +14,7 @@ font pango: SF Mono SemiBold 13

for_window [class=".*"] title_format "<span font='SF Mono SemiBold 11'> › %title</span>" # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +for_window [class="^.*"] border none # start a terminal bindsym $mod+Return exec gnome-terminal

@@ -119,10 +120,10 @@ # Pressing left will shrink the window’s width.

# Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt + bindsym h resize shrink width 15 px or 15 ppt + bindsym j resize grow height 15 px or 15 ppt + bindsym k resize shrink height 15 px or 15 ppt + bindsym l resize grow width 15 px or 15 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt

@@ -152,13 +153,13 @@ bindsym $mod+r mode "resize"

## colors -set $base00 #292d3e -set $base01 #444267 -set $base02 #32374d -set $base03 #676e95 -set $base04 #8796b0 -set $base05 #959dcb -set $base06 #959dcb +set $base00 #212121 +set $base01 #303030 +set $base02 #353535 +set $base03 #4a4a4a +set $base04 #b2ccd6 +set $base05 #eeffff +set $base06 #eeffff set $base07 #ffffff set $base08 #f07178 set $base09 #f78c6c

@@ -183,12 +184,12 @@

# executions exec xrdb -load ~/.Xresources -# exec compton & +exec compton & # exec xautolock -time 7 -locker lock & # exec killall -q xfce4-notifyd exec_always --no-startup-id ~/bin/bar.sh exec xrdb .Xresources -# exec feh --bg-fill ~/.wall +exec feh --bg-fill ~/.wall # exec xautolock -time 5 -locker ~/scripts/lock.sh # exec urxvtd & # exec xset -b

@@ -196,3 +197,6 @@

# cycle workspaces bindsym $mod+Tab workspace back_and_forth bindsym $mod+q workspace next + +# rofi-pass +bindsym $mod+p exec "rofi-pass"