Skip to content

Commit 1bcb2ec

Browse files
committedJul 14, 2018
Merge branch 'master' of github.com:tuxcanfly/dotfiles
2 parents 445d517 + 58a2ee0 commit 1bcb2ec

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed
 

‎.config/dunst/dunstrc

+5-2
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,11 @@ separator_color = "#c0c0c0"
381381
frame_color = "#a39e9b"
382382
separator_color = "#a39e9b"
383383

384-
frame_color = "#93a1a1"
385-
separator_color = "#93a1a1"
384+
frame_color = "#E5E9F0"
385+
separator_color = "#E5E9F0"
386+
387+
frame_color = "#a39e9b"
388+
separator_color = "#a39e9b"
386389

387390
[base16_low]
388391
msg_urgency = low

‎.config/termite/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mouse_autohide=true
88
scrollback_lines=50000
99
search_wrap=true
1010
visible_bell=false
11-
font=monofur for Powerline 11
11+
font=Droid Sans Mono Slashed for Powerline 11
1212
[colors]
1313
# Base16 Solarized Dark
1414
# Author: Ethan Schoonover (http://ethanschoonover.com/solarized)

‎.i3/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bindsym $alt+space exec rofi -modi "clipboard:greenclip print" -show clipboard -
3434

3535
# common apps keybinds
3636
bindsym Print exec scrot 'Cheese_%a-%d%b%y_%H.%M.png' -e 'viewnior ~/$f'
37-
bindsym $alt+Control+l exec 'i3-lock -b -i ~/Pictures/wally.jpg'
37+
bindsym $alt+Control+l exec 'i3lock -b -i ~/Pictures/wally.jpg'
3838
bindsym $super+w exec luakit
3939

4040
#change volume

‎.polybar/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
font-0 = "Inconsolata\-dz for Powerline:pixelsize=10;2.25"
44

5-
monitor = "eDP-1"
5+
monitor = "DP-1"
66

77
scroll-up = i3wm-wsnext
88
scroll-down = i3wm-wsprev

‎.vim/.vimrc

+4-6
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,16 @@ set laststatus =2
8888
set completeopt =menu
8989
set background =dark
9090
set guicursor =
91+
set noshowmode
9192

92-
let g:closetag_default_xml =1
93+
let g:closetag_default_xml = 1
9394
let g:surround_{char2nr("r")} ="_(u\r)"
9495
let g:go_bin_path = expand("~/.bin")
9596
let g:go_snippet_engine = "neosnippet"
9697
let g:go_doc_keywordprg_enabled = 0
9798
let g:go_fmt_command = "goimports"
98-
let g:nord_italic = 1
99-
let g:nord_italic_comments = 1
100-
let g:nord_uniform_status_lines = 1
101-
let g:nord_comment_brightness = 12
102-
let g:nord_uniform_diff_background = 1
99+
let g:tern_show_argument_hints = "on_move"
100+
let g:tern_map_keys = 1
103101

104102
highlight Comment cterm=italic
105103
colorscheme solarized

0 commit comments

Comments
 (0)
Please sign in to comment.