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 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'i3/.config') 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 -- cgit v1.2.3