Add transparency support for i3status line
This commit is contained in:
15
i3/config
15
i3/config
@@ -219,6 +219,9 @@ client.urgent $BACKGROUND $BACKGROUND $BACKGROUND $GREEN $B
|
|||||||
# i3-bar #
|
# i3-bar #
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
|
set $STATUSLINE #00000050
|
||||||
|
set $STATUSBACK #FFFFFF50
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
font $font
|
font $font
|
||||||
@@ -228,15 +231,9 @@ bar {
|
|||||||
|
|
||||||
# Solarized theme
|
# Solarized theme
|
||||||
colors {
|
colors {
|
||||||
statusline $LIGHTBLUE
|
statusline $STATUSLINE
|
||||||
background $BACKGROUND
|
background $STATUSBACK
|
||||||
separator $MAGENTA
|
focused_workspace $STATUSBACK $STATUSBACK $STATUSLINE
|
||||||
|
|
||||||
# name #border #bg #text
|
|
||||||
focused_workspace $LIGHTBLUE $BACKGROUND $LIGHTBLUE
|
|
||||||
active_workspace $BACKGROUND $BACKGROUND $LIGHTBLUE
|
|
||||||
inactive_workspace $BACKGROUND $BACKGROUND $LIGHTBLUE
|
|
||||||
urgent_workspace $BACKGROUND $BACKGROUND $LIGHTBLUE
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user