try transparency on bar background, adjust fonts
This commit is contained in:
parent
9e06bf33a6
commit
6407687776
1 changed files with 3 additions and 11 deletions
|
@ -1,24 +1,16 @@
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
|
||||||
# finds out, if available)
|
|
||||||
#bar {
|
|
||||||
# status_command i3status
|
|
||||||
#}
|
|
||||||
bar {
|
bar {
|
||||||
# status_command i3status
|
|
||||||
mode dock
|
mode dock
|
||||||
status_command ~/.local/bin/py3status
|
status_command ~/.local/bin/py3status
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
position bottom
|
position bottom
|
||||||
# font pango: Hack, Font Awesome 5 Free Regular 10
|
font pango:Font Awesome 5 Free Solid 10
|
||||||
# font pango: Font Awesome 5 Free Solid, Font Awesome 5 Brands Regular 8
|
|
||||||
font pango:Font Awesome 5 Free Solid, Font Awesome 5 Brands Regular, Font Awesome 5 Brands Regular, Hack 10
|
|
||||||
# separator_symbol "⁞"
|
|
||||||
separator_symbol "⸽"
|
separator_symbol "⸽"
|
||||||
colors {
|
colors {
|
||||||
statusline #686f9a
|
statusline #686f9a
|
||||||
separator #5ccc96
|
separator #5ccc96
|
||||||
# background #2f343f
|
# background #2f343f
|
||||||
background #30365F
|
# background #30365FCF
|
||||||
|
background #30365F90
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue