dotfiles/conf.d/bar.conf

18 lines
362 B
Text
Raw Normal View History

2022-08-30 12:43:21 -04:00
# i3bar config
bar {
mode dock
status_command ~/.local/bin/py3status
strip_workspace_numbers yes
position bottom
font pango:Font Awesome 5 Free Solid 10
separator_symbol "⸽"
colors {
statusline #686f9a
separator #5ccc96
# background #2f343f
# background #30365FCF
background #30365F90
}
}