Files
dotfiles/home/.config/i3/conf.d/i3bar.conf

58 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-03-26 13:31:43 -05:00
# Begin i3-bar configuration
bar {
#status_command i3status -c ~/.config/i3/i3status.conf
status_command i3blocks -c $i3_path/i3blocks.conf
# status_command bumblebee-status \
# -m \
# disk:root \
# cpu2 \
# memory \
# playerctl \
# title \
# todo \
# ping \
# network_traffic \
# date \
# time \
# -p \
# root.path=/ \
# root.critical="50" \
# cpu2.layout="cpu2.cpuload cpu2.coresload" \
# cpu2.colored=1 \
# cpu2.temp_pattern="temp" \
# todo.file="~/todo.vim" \
# ping.address="1.1.1.1" \
# time.format="%H:%M" \
# date.format="%a, %b %d" \
# -a \
# disk \
# ping \
# -t \
# iceberg-dark-powerline
#
2020-03-26 13:31:43 -05:00
position top
#mode hide
#workspace_buttons yes
#tray_output DP-0
2020-03-26 13:31:43 -05:00
tray_padding 0
#separator_symbol "|"
2020-03-26 13:31:43 -05:00
colors {
2021-01-11 10:47:09 -06:00
background #161821
statusline #c6c8d1
separator #161821
2020-03-26 13:31:43 -05:00
2020-10-07 12:48:53 -05:00
# border backgr. text
2021-01-11 11:36:54 -06:00
focused_workspace #89b8c2 #89b8c2 #161821
active_workspace #a093c7 #a093c7 #161821
2021-01-11 12:17:12 -06:00
inactive_workspace #6b7089 #6b7089 #c6c8d1
2021-01-11 10:47:09 -06:00
binding_mode #e2a478 #e2a478 #161821
urgent_workspace #e27878 #e27878 #CB4B16
2020-03-26 13:31:43 -05:00
}
2020-10-07 12:48:53 -05:00
height 18
2020-03-26 13:31:43 -05:00
}
# End i3-bar configuration