diff --git a/.config/i3/layers/config.main b/.config/i3/layers/config.main index c5475ef..358b6ee 100644 --- a/.config/i3/layers/config.main +++ b/.config/i3/layers/config.main @@ -3,11 +3,11 @@ font pango:$font $font_size # Colors -# class border backgr. text indicator child_border -client.focused #1297e0 #0057a0 #ffffff #ff6ca8 #0057a0 -client.focused_inactive #0067b0 #102770 #ffffff #102770 #102770 -client.unfocused #4c5a69 #1c2a39 #9caab9 #1c2a39 #1c2a39 -client.urgent #FF8C7C #E74C3C #ffffff #E74C3C #E74C3C +# class border backgr. text indicator child_border +client.focused #FFFFFF80 #FFFFFF80 #000000 #ffffff00 #ffffff00 +client.focused_inactive #4d4d4d80 #00000080 #ffffff #00000080 #00000080 +client.unfocused #00000080 #00000080 #999999 #00000080 #00000080 +client.urgent #FF8C7C80 #E74C3C80 #ffffff #E74C3C #E74C3C client.background #ab69c6 # Use Mouse+$mod to drag floating windows to their wanted position @@ -184,5 +184,16 @@ bindsym $mod+Ctrl+q exec --no-startup-id dmenuexit # finds out, if available) bar { status_command i3status + i3bar_command i3bar --transparency tray_output primary + + colors { + background #00000080 + + # class border backgr. text + focused_workspace #FFFFFF80 #FFFFFF80 #000000 + active_workspace #4d4d4d80 #00000080 #ffffff + inactive_workspace #00000080 #00000080 #999999 + urgent_workspace #FF8C7C80 #E74C3C80 #ffffff + } }