Improve tranparent design

This commit is contained in:
2019-04-15 00:53:15 +02:00
parent 805d7b4e77
commit 759645fbed

View File

@@ -225,15 +225,17 @@ set $STATUSBACK #FFFFFF50
bar { bar {
position top position top
font $font font $font
i3bar_command /usr/bin/i3bar i3bar_command /usr/bin/i3bar -t
status_command i3status -c ~/.i3/i3status.conf status_command i3status -c ~/.i3/i3status.conf
separator_symbol "" separator_symbol ""
# Solarized theme # bar theme
colors { colors {
statusline $STATUSLINE statusline $STATUSLINE
background $STATUSBACK background $STATUSBACK
focused_workspace $STATUSBACK $STATUSBACK $STATUSLINE inactive_workspace $STATUSBACK $STATUSBACK $STATUSLINE
active_workspace $STATUSBACK $STATUSBACK $STATUSLINE
focused_workspace $STATUSLINE $STATUSLINE $STATUSBACK
} }
} }