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

58 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-03-26 18:31:43 +00: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 18:31:43 +00:00
position top
#mode hide
#workspace_buttons yes
#tray_output DP-0
2020-03-26 18:31:43 +00:00
tray_padding 0
#separator_symbol "|"
2020-03-26 18:31:43 +00:00
colors {
2020-10-07 17:48:53 +00:00
background #2F343F
2020-03-26 18:31:43 +00:00
statusline #F9FAF9
separator #454947
2020-10-07 17:48:53 +00:00
# border backgr. text
focused_workspace #F9FAF9 #232729 #FDF6E3
2020-03-26 18:31:43 +00:00
active_workspace #595B5B #353836 #FDF6E3
2020-10-07 17:48:53 +00:00
inactive_workspace #595B5B #2F343F #49505F
binding_mode #232729 #2C2C2C #F9FAF9
urgent_workspace #232729 #FDF6E3 #E5201D
2020-03-26 18:31:43 +00:00
}
2020-10-07 17:48:53 +00:00
height 18
2020-03-26 18:31:43 +00:00
}
# End i3-bar configuration