config cleanup, rename numbered workspaces w/o quotes, rework save/restore modes for i3-tree-save

This commit is contained in:
Alex Kelly 2022-06-21 23:27:08 -04:00
parent 6de9d4b709
commit 9e06bf33a6
3 changed files with 51 additions and 62 deletions

24
conf.d/bar.conf Normal file
View file

@ -0,0 +1,24 @@
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
#bar {
# status_command i3status
#}
bar {
# status_command i3status
mode dock
status_command ~/.local/bin/py3status
strip_workspace_numbers yes
position bottom
# font pango: Hack, Font Awesome 5 Free Regular 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 "⸽"
colors {
statusline #686f9a
separator #5ccc96
# background #2f343f
background #30365F
}
}