-
Notifications
You must be signed in to change notification settings - Fork 7
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
Network widget just shows big white rectangle #1
Comments
Hm, that's curious- |
Hi I was having the exact same issue, if you hold down the uberschict button and drag your cursor over the block it will highlight the error message. My stated that it couldn't find the head or tail command used in assets/network.sh so I changed the code to the following: #####sourcing the paths of the necessary commands that are usually in different paths just to make sure they work foundPaths="${whereCat///cat}:${whereAwk///awk}:${whereNetstat///netstat}" function getnetwork(){ #in=$(cat "$1/network.db" | awk '{print $1}') echo $in $out The changes I made are in bold and you can see the lines that I commented out from the original code, hope this helps! |
hi aprowe. thx for the great widget. |
I downloaded the zip file, extract the fodler and copied the folder to the widgets folder of uberischt. All widgets seem to work fine except the nertwork one which just shows a big white rectangle:
Hiding and unhiding did not fix it.
Restarting ubersicht did not fix it.
The text was updated successfully, but these errors were encountered: