Improve tranparent design
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user