Add different i3bar on secondary screen

This commit is contained in:
Jonathan Hodgson 2018-05-01 10:19:19 +01:00
parent 581a5201bd
commit f2fa74e69b
2 changed files with 74 additions and 0 deletions

View file

@ -251,6 +251,23 @@ bar {
}
}
bar {
#status_command i3status
status_command i3blocks -c ~/.dotfiles/i3/i3blocks-secondary.conf
output HDMI-1
tray_output none
colors {
separator $base03
background $base01
statusline $base05
# border background text
focused_workspace $base01 $base01 $base07
active_workspace $base01 $base02 $base03
inactive_workspace $base01 $base01 $base03
urgent_workspace $base01 $base01 $base08
}
}
#Use xfce4 panel instead of i3's
#exec --no-startup-id xfce4-panel --disable-wm-check