From 273b1e59a30112b628716d53449355227d6f2951 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 21 Mar 2018 15:04:33 +0000 Subject: Add transparency to i3bar --- i3/.config/i3/config | 11 +++++++++++ vim/.vimrc | 3 +++ 2 files changed, 14 insertions(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 6ded158..53ea8bc 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -118,7 +118,16 @@ for_window [class="^.*"] border pixel 2 bar { status_command i3blocks + i3bar_command i3bar -t modifier none + colors { + background #00000088 + inactive_workspace #0000AA #00000088 #FFFFFF + focused_workspace #4c7899 #28557788 #ffffff + active_workspace #333333 #5f676a88 #ffffff + inactive_workspace #333333 #22222288 #888888 + urgent_workspace #2f343a #90000088 #ffffff + } } bindsym $mod+m bar mode toggle @@ -172,4 +181,6 @@ smart_gaps on gaps inner 5 gaps outer 5 +exec compton + # vim:filetype=i3 diff --git a/vim/.vimrc b/vim/.vimrc index 34d2acb..8aeb6b2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -203,6 +203,9 @@ let g:localvimrc_whitelist='/home/*' " NerdTree let g:NERDTreeHijackNetrw = 0 +" Remembrall +let g:remembrall_window = 'enew' + " Ultisnips let g:UltiSnipsEditSplit="horizontal" let g:UltiSnipsExpandTrigger="" -- cgit v1.2.3