-
Notifications
You must be signed in to change notification settings - Fork 25
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
[BUG] network widget non-functional #25
Comments
This is pretty weird, I would dive deeper into this but I'm gonna rewrite the entire widget in the next days from scratch using the dbus and not bash (this might fix all the issues). You can always change the widget position yourself, if you look into crylia_bar/init.lua then you will find some instructions on how to do it per screen. But I also plan on simplifying that before I merge the dev with the main |
Another weird bug I'm having is if I plug a second monitor in I get no output to it. If I go back to the login screen then plug it in and then go into AwesomeWM there's no issue though. I'm not sure if that's AwesomeWM or xrandr not playing nice though so I haven't made a ticket. |
This is really weird, since I got a signal that restarts awesome if a new monitor is detected. I think your PC is not sending a signal when a new monitor is detected, or it does it in a weird way. |
Restarting awesome manually doesn't fix it, probably an xrandr issue then |
I am having the same error with the network widget not working. I tried adding in the dbus version of network.lua but it seems to have thrown a bunch of errors. Do I need the whole development branch? |
You won't be able to get the dev branch running. What exactly is the issue? While I switched to NetworkManager via the dbus in the new branch, the old branch still has the funky shell commands. Did you correctly entered your wlan card name? |
For the dbus script I literally just copy.pasted it and tried from there. For the regular script I just added |
That won't work because you need an external lib via luarocks for example, and some other modules from my config.
I believe that there is a table at the top that holds the |
Running |
Can you try to run the shell commands with in your terminal? |
When trying with both |
Thats why I need you to try the shell commands that you can find in the widget. I sadly can't recreate the bug so I can only assist you in finding the error |
The network widget on hover simply displays "Loading" and does nothing on click. I don't get any errors popping up, for now I've been changing networks with nmcli.
The issue is probably related to the fact that my laptop has six Ethernet interface's (for some reason, probably docker fuckery). Correcting the network interface logical names in user_variables.lua (from wlo1 to wlp0s20f3 and eno1 to vethc7a3aaf) doesn't change anything.
I also would suggest such a vital widget is moved to screen one and less important information such as cpu / gpu temps %'s are moved to the second monitor alongside the memory usage.
The text was updated successfully, but these errors were encountered: