YASB always shows on all screens #731
Replies: 5 comments
-
|
Also, I tried the prod release and the dev release, recently upgraded to |
Beta Was this translation helpful? Give feedback.
-
|
Try |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the suggestion, unfortunately it did not change the behaviour of the bar. |
Beta Was this translation helpful? Give feedback.
-
|
Then you have other problems there. Share the log file. |
Beta Was this translation helpful? Give feedback.
-
|
Well I guess this will serve as a lesson for me and others reading this, I was modifying the yaml file in the application folder. When searching for the log file, I noticed there was a yaml file in the c:\users folder structure, modifying this works as a charm, sorry for the trouble! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'm new to YASB, just dicovered it recently and really like it.
I wanted it to show only on my primary monitor. I ran yasbc monitor-information and got the name of my main screen.
...
yasbc monitor-information
Monitor 1:
Name: LC27G7xT
Resolution: 2560x1440
Position: (0,0) to (2560,1440)
Primary: Yes
Scale Factor: 1.00
Manufacturer: ek Ltd
Model: LC27G7xT
...
I then modified config.yaml to show
...
bars:
primary-bar:
enabled: true
screens: ['LC27G7xT']
class_name: "yasb-bar"
...
Still after that modification, and a reboot, it's still on all monitors.
Is there something else that needs to be modified? I'm still using the very basic configuration, this is the only change I made so far. I tried enclosing the monitor name in single and double-quotes, with the same result.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions