parent
2921d565f3
commit
b74638bdca
|
@ -283,7 +283,7 @@ exec --no-startup-id nitrogen --restore; sleep 1; compton -b
|
|||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
exec --no-startup-id pamac-tray
|
||||
exec --no-startup-id clipit
|
||||
# exec --no-startup-id clipit
|
||||
exec --no-startup-id blueman-applet
|
||||
# exec_always --no-startup-id sbxkb
|
||||
# exec --no-startup-id start_conky_maia
|
||||
|
|
|
@ -2,20 +2,20 @@
|
|||
"name": "Solarized dark for shell",
|
||||
"groups": {
|
||||
"mode": { "fg": "solarized:base3", "bg": "solarized:green", "attrs": ["bold"] },
|
||||
"gitstatus": { "fg": "gray8", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_branch": { "fg": "gray8", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_branch_clean": { "fg": "green", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_branch_dirty": { "fg": "gray8", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_branch_detached": { "fg": "mediumpurple", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_tag": { "fg": "darkcyan", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_behind": { "fg": "gray10", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_ahead": { "fg": "gray10", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_staged": { "fg": "green", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_unmerged": { "fg": "brightred", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_changed": { "fg": "mediumorange", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_untracked": { "fg": "brightestorange", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus_stashed": { "fg": "darkblue", "bg": "gray2", "attrs": [] },
|
||||
"gitstatus:divider": { "fg": "gray8", "bg": "gray2", "attrs": [] }
|
||||
"gitstatus": { "fg": "gray8", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_branch": { "fg": "gray8", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_branch_clean": { "fg": "green", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_branch_dirty": { "fg": "gray8", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_branch_detached": { "fg": "mediumpurple", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_tag": { "fg": "darkcyan", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_behind": { "fg": "gray10", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_ahead": { "fg": "gray10", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_staged": { "fg": "green", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_unmerged": { "fg": "brightred", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_changed": { "fg": "mediumorange", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_untracked": { "fg": "brightestorange", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus_stashed": { "fg": "darkblue", "bg": "solarized:base02", "attrs": [] },
|
||||
"gitstatus:divider": { "fg": "gray8", "bg": "solarized:base02", "attrs": [] }
|
||||
|
||||
},
|
||||
"mode_translations": {
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
"function": "powerline.segments.shell.cwd",
|
||||
"priority": 10
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.vcs.branch",
|
||||
"priority": 40
|
||||
},
|
||||
{
|
||||
"function": "powerline_gitstatus.gitstatus",
|
||||
"priority": 10
|
||||
|
|
|
@ -65,8 +65,8 @@ XTerm*foreground: #fdf6e3
|
|||
XTerm*reverseVideo: on
|
||||
XTerm*faceName: Terminus:size=11:antialias=true
|
||||
XTerm*selectToClipboard: true
|
||||
|
||||
URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
|
||||
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=11
|
||||
! URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
|
||||
|
||||
! alternative font settings with 'terminus':
|
||||
!URxvt.font: -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
|
||||
|
|
|
@ -4,10 +4,14 @@ set clipboard=unnamed
|
|||
set smartindent
|
||||
set shiftwidth=2
|
||||
set tabstop=2
|
||||
set expandtab
|
||||
set number
|
||||
set autoread
|
||||
|
||||
let g:powerline_pycmd="py3"
|
||||
let NERDTreeShowHidden=1
|
||||
let g:NERDTreeDirArrowExpandable = '▸'
|
||||
let g:NERDTreeDirArrowCollapsible = '▾'
|
||||
|
||||
filetype indent on
|
||||
|
||||
|
@ -15,5 +19,6 @@ filetype indent on
|
|||
:imap <c-s> <Esc>:w<CR>a
|
||||
nnoremap <F7> :tabp<CR>
|
||||
nnoremap <F8> :tabn<CR>
|
||||
map <C-n> :NERDTreeToggle<CR>
|
||||
|
||||
au BufWinEnter * set number
|
||||
|
|
Loading…
Reference in New Issue