diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-21 15:04:33 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-03-21 15:04:33 +0000 |
commit | 273b1e59a30112b628716d53449355227d6f2951 (patch) | |
tree | 53a04c78d9fe5d05e191b9231ebd926d79af28ce /i3 | |
parent | 137cf65e27da3b06b2e5903302126bf5b10d9943 (diff) |
Add transparency to i3bar
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 11 |
1 files changed, 11 insertions, 0 deletions
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 |