Update polybar configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
717875f759
commit
893d322bdf
2 changed files with 11 additions and 0 deletions
|
@ -54,6 +54,10 @@ scroll-down = i3wm-deskprev
|
|||
inherit = bar/top
|
||||
monitor = eDP1
|
||||
|
||||
[bar/top3]
|
||||
inherit = bar/top
|
||||
monitor = DP2
|
||||
|
||||
[bar/top-nvidia]
|
||||
inherit = bar/top
|
||||
monitor = HDMI-1-1
|
||||
|
@ -79,6 +83,11 @@ inherit = bar/bottom
|
|||
monitor = eDP1
|
||||
tray-position = left
|
||||
|
||||
[bar/bottom3]
|
||||
inherit = bar/bottom
|
||||
monitor = DP2
|
||||
tray-position = left
|
||||
|
||||
[bar/bottom-nvidia]
|
||||
inherit = bar/bottom
|
||||
monitor = HDMI-1-1
|
||||
|
|
|
@ -22,8 +22,10 @@ while pgrep -x polybar >/dev/null; do sleep 1; done
|
|||
# Launch bar1 and bar2
|
||||
polybar top &
|
||||
polybar top2 &
|
||||
polybar top3 &
|
||||
polybar bottom &
|
||||
polybar bottom2 &
|
||||
polybar bottom3 &
|
||||
|
||||
polybar top-nvidia &
|
||||
polybar top2-nvidia &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue