Giter Club home page Giter Club logo

Comments (16)

hubbcaps avatar hubbcaps commented on July 26, 2024

Also, I've switched my interface to the correct name in the wifi folder under widgets but it's not updating to show as connected even though I am. I see it's awking data out of /proc/net/wireless, looking under there on my system as my own user I only see the headers, but if I do it as root it shows all the info about my link.

Any way to work around this as well?

from material-awesome.

hubbcaps avatar hubbcaps commented on July 26, 2024

Guess I should also mention, I'm running Arch on a Macbook Pro, retina 2880x1800 screen, perhaps resolution is the reason for the icon issues? Not sure where to start.

from material-awesome.

PapyElGringo avatar PapyElGringo commented on July 26, 2024

Yeah it's probably the resolution ! Nice let's fix this together it's should be simple enough.

I need to switch any integer value for a dpi(value) to auto resize the pixels

from material-awesome.

hubbcaps avatar hubbcaps commented on July 26, 2024

That definitely sounds like it help, less dependancy on fixed sizes and would help to make it more response I guess would be the correct term. I'll wait for an attributed commit to get tagged to this issue and I'll test it out.

from material-awesome.

PapyElGringo avatar PapyElGringo commented on July 26, 2024

Try the last commit on master! How could I tag the commit?

from material-awesome.

hubbcaps avatar hubbcaps commented on July 26, 2024

You can reference issue numbers in your commit message and it will show up in the issue itself for you:

https://stackoverflow.com/questions/1687262/link-to-the-issue-number-on-github-within-a-commit-message

I'll give your commit a go and see how it handles. Be back in a few with a report.

from material-awesome.

PapyElGringo avatar PapyElGringo commented on July 26, 2024

Ok I pushed 2 commits :)

from material-awesome.

hubbcaps avatar hubbcaps commented on July 26, 2024

It works, the symbols are showing up now, but everything has become comically large lol

I should be able to get it changed to taste now that I have your changes as a reference though.

image

from material-awesome.

hubbcaps avatar hubbcaps commented on July 26, 2024

Also, I got the wireless portion working by adding a sudo command to the awk against /proc/net/wireless

Obviously, this only works if you're set for sudo nopass, but it's one work around I figured out and it fits for me.

from material-awesome.

PapyElGringo avatar PapyElGringo commented on July 26, 2024

It's seem that the font size was already scaled I rollbacked it. For the wifi it's strange that the sudo is required..

from material-awesome.

hubbcaps avatar hubbcaps commented on July 26, 2024

Yeah it's a bit odd, I think it has to do with the kernel being compiled with grsec vs a kernel that isn't.

You can see comparisions of my output here:

pandora :: .config/awesome ยป cat /proc/net/wireless 
Inter-| sta-|   Quality        |   Discarded packets               | Missed | WE
 face | tus | link level noise |  nwid  crypt   frag  retry   misc | beacon | 22
pandora :: .config/awesome ยป sudo cat /proc/net/wireless 
Inter-| sta-|   Quality        |   Discarded packets               | Missed | WE
 face | tus | link level noise |  nwid  crypt   frag  retry   misc | beacon | 22
wlp3s0: 0000   70.  -27.  -256        0      0      0      0      0        0

from material-awesome.

PapyElGringo avatar PapyElGringo commented on July 26, 2024

Maybe we should try another command to get the same infos. I'll check tomorrow it's a bit late in Europe atm!

from material-awesome.

hubbcaps avatar hubbcaps commented on July 26, 2024

Yeah man, take your time. My main concern was the icons and you fixed that promptly, everything else is just cherry on top. Appreciate your help, have a good night and thanks for the cool base configs!

from material-awesome.

PapyElGringo avatar PapyElGringo commented on July 26, 2024

Is iwconfig available without sudo on your distrib?

from material-awesome.

PapyElGringo avatar PapyElGringo commented on July 26, 2024

What doest echo /sys/class/net/*/wireless | awk -F'/' '{ print $5 }' return in your system?

from material-awesome.

PapyElGringo avatar PapyElGringo commented on July 26, 2024

I will need some update on this or I will close the issue ๐Ÿ˜ž

from material-awesome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.