glzr-io / zebar

Zebar is a tool for creating customizable and cross-platform taskbars, desktop widgets, and popups.
GNU General Public License v3.0
434 stars 30 forks source link

Nothing happens after running start script #64

Closed vibrantrida closed 3 months ago

vibrantrida commented 3 months ago

Running the start script (start.bat in this case) produces no example config.yaml nor a bar of any kind.

Output from Terminal:

 2024-07-06T08:59:25.650028Z  INFO desktop: Creating window #1 'bar' with args: {
    "MONITOR_Y": "0",
    "MONITOR_WIDTH": "3840",
    "MONITOR_NAME": "\\\\.\\DISPLAY1",
    "MONITOR_X": "0",
    "MONITOR_HEIGHT": "2160",
    "MONITOR_SCALE_FACTOR": "1.5",
}

And then leaves an empty tmp folder in %user%/.glzr/zebar, I checked Task Manager and see that zebar is still running as a background process however.

vibrantrida commented 3 months ago

It works now, I have no idea what happened.