scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
459 stars 17 forks source link

Workspace indicators no longer highlighted for current workspace or open programs #97

Closed TheDigitalPixel closed 2 months ago

TheDigitalPixel commented 2 months ago

Please fill out this form and delete the defaults(everything not in bold font), so I can help you better The workspace selector no longer highlights the current workspace or which workspaces have programs running. (No green dots, always grey)

What doesn't work? Please be as precise as possible. e.g.: "gBar crashes on hovering the RAM sensor module. No other modules are affected."

using default style.css it's problematic on startup (running gBar bar 0 when hyprland starts)

What did you do, that triggered the issue?

  1. open gBar
  2. switching workspaces or opening programs or moving programs
  3. workspace indicators show no visual change (all grey)

What do you expect should happen? e.g.: gBar shouldn't crash, but stay open

2024-05-20T22:30:25,092673059-04:00 as you can see all the dots are grey regardless of which workspace I am on or where programs are running. Some dots should be green to show current workspace or open programs. Colors are default.

Please include as much information about the crash/bug as possible.

config file: gbarconf.txt

scorpion-26 commented 2 months ago

If the command output is filled with the following, then please update gBar. Hyprland recently changed the IPC socket, breaking the workspace widget.

Couldn't connect to Hyprland socket.
RetrySocketOp: connect failed with -1

If there isn't such a thing in the logs, please include them here.

TheDigitalPixel commented 2 months ago

You were correct, launching a second instance from the terminal had that error message. Manually updating from AUR fixed the issue.