2020-03-26 18:31:43 +00:00
|
|
|
# Begin i3-bar configuration
|
|
|
|
|
|
|
|
bar {
|
2021-01-11 21:37:59 +00:00
|
|
|
position top
|
|
|
|
height 18
|
|
|
|
tray_padding 0
|
|
|
|
#workspace_buttons yes
|
|
|
|
#separator_symbol "|"
|
|
|
|
|
2021-01-11 15:49:13 +00:00
|
|
|
status_command i3blocks -c $i3_path/i3blocks.conf
|
2021-01-11 21:37:59 +00:00
|
|
|
|
2020-03-26 18:31:43 +00:00
|
|
|
colors {
|
2021-01-11 16:47:09 +00:00
|
|
|
background #161821
|
|
|
|
statusline #c6c8d1
|
|
|
|
separator #161821
|
2020-03-26 18:31:43 +00:00
|
|
|
|
2021-01-11 21:37:59 +00:00
|
|
|
# border backgr. text
|
2021-01-11 17:36:54 +00:00
|
|
|
focused_workspace #89b8c2 #89b8c2 #161821
|
|
|
|
active_workspace #a093c7 #a093c7 #161821
|
2021-01-11 18:17:12 +00:00
|
|
|
inactive_workspace #6b7089 #6b7089 #c6c8d1
|
2021-01-11 16:47:09 +00:00
|
|
|
binding_mode #e2a478 #e2a478 #161821
|
|
|
|
urgent_workspace #e27878 #e27878 #CB4B16
|
2020-03-26 18:31:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
# End i3-bar configuration
|