bar tweaks

This commit is contained in:
David Todd 2021-01-11 15:37:59 -06:00
parent c9d1cd1c7b
commit c7234a1862
1 changed files with 11 additions and 10 deletions

View File

@ -1,8 +1,17 @@
# Begin i3-bar configuration # Begin i3-bar configuration
bar { bar {
#status_command i3status -c ~/.config/i3/i3status.conf position top
height 18
tray_padding 0
#mode hide
#workspace_buttons yes
#tray_output DP-0
#separator_symbol "|"
status_command i3blocks -c $i3_path/i3blocks.conf status_command i3blocks -c $i3_path/i3blocks.conf
# status_command i3status -c $i3_path/i3status.conf
# status_command bumblebee-status \ # status_command bumblebee-status \
# -m \ # -m \
# disk:root \ # disk:root \
@ -32,26 +41,18 @@ bar {
# iceberg-dark-powerline # iceberg-dark-powerline
# #
position top
#mode hide
#workspace_buttons yes
#tray_output DP-0
tray_padding 0
#separator_symbol "|"
colors { colors {
background #161821 background #161821
statusline #c6c8d1 statusline #c6c8d1
separator #161821 separator #161821
# border backgr. text # border backgr. text
focused_workspace #89b8c2 #89b8c2 #161821 focused_workspace #89b8c2 #89b8c2 #161821
active_workspace #a093c7 #a093c7 #161821 active_workspace #a093c7 #a093c7 #161821
inactive_workspace #6b7089 #6b7089 #c6c8d1 inactive_workspace #6b7089 #6b7089 #c6c8d1
binding_mode #e2a478 #e2a478 #161821 binding_mode #e2a478 #e2a478 #161821
urgent_workspace #e27878 #e27878 #CB4B16 urgent_workspace #e27878 #e27878 #CB4B16
} }
height 18
} }
# End i3-bar configuration # End i3-bar configuration