Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi monitor support #57

Open
RestlessLizard opened this issue Jun 29, 2021 · 1 comment
Open

Multi monitor support #57

RestlessLizard opened this issue Jun 29, 2021 · 1 comment

Comments

@RestlessLizard
Copy link

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?

@CreativeCodeCat
Copy link

[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 &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants