domsson / succade

Run, feed and style your Lemonbar with ease
Creative Commons Zero v1.0 Universal
55 stars 3 forks source link

Multi monitor support #57

Open RestlessLizard opened 3 years ago

RestlessLizard commented 3 years ago

Hello, I have two monitor setup and the bar shows only on the left one. I want it to show on the right one or on both. How would I do that without using raw on all of the blocks and set up the monitor for each of them?

HeCodes2Much commented 2 years ago
[topleft]
name = "topleft"
blocks = "desktop | user | date time"
height = 20
width = 1920
areas = 16
foreground = "#1e1f29"
background = "#1e1f29"
line-color = "#268bd2"
line-width = 2

[topright]
name = "topright"
blocks = "desktop | user | date time"
height = 20
width = 1920
left = 1920
areas = 16
foreground = "#1e1f29"
background = "#1e1f29"
line-color = "#268bd2"
line-width = 2

then run succade -s topleft && succade -s topleft &