i3-config/colorschemes/gruvbox.bar.conf

16 lines
317 B
Plaintext
Raw Normal View History

2024-04-26 15:06:28 -04:00
bar {
colors {
background #282828FF
separator #3c3836
# border bg txt
focused_workspace #d79921 #d79921 #282828
active_workspace #d79921 #d79921 #202020
inactive_workspace #282828 #282828 #d79921
}
2024-11-22 13:59:14 -05:00
font pango:Source Code Pro 11
2024-04-26 15:06:28 -04:00
status_command i3blocks
position top
2024-11-22 13:59:14 -05:00
padding 6px
2024-04-26 15:06:28 -04:00
tray_padding 5px
}