initial checkin with most things working, but still mostly my i3 config

This commit is contained in:
Alex Kelly 2023-11-27 10:33:02 -05:00
commit 0a34210827
23 changed files with 701 additions and 0 deletions

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

@ -0,0 +1,22 @@
# 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
# }
#}
#
#
bar {
swaybar_command waybar
}