Coder Social home page Coder Social logo

goi3bar's People

Contributors

balkin avatar denbeigh2000 avatar dhowden avatar solarnz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

goi3bar's Issues

Fix egregious use of jsonReparse

We can improve on this by using json.RawMessage in place of interface{}, so that processing is deferred instead of re-performed.

iwconfig output

I'm not sure why, but on my system, iwconfig never shows the signal strength. So, I always get the following error: Error generating output for network: Couldn't match strength

wlp5s0    IEEE 802.11abg  ESSID:"lalala"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 30:B5:C2:08:5A:D9   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

I think in this case goi3bar can just skip the signal strength.
That's on my laptop with wl driver for Broadcom wi-fi chip.

Wrong instructions for builing

I had to navigate to the cmd/goi3bar directory and run go install there to get it to build.

Using go 1.7.3 on ubuntu 16.04

goi3bar fails to load with "Error: status_command not found or is missing a library dependency (exit 127)"

bar { entry in my ~/.i3/config looks like:

bar {
    status_command goi3bar -config-path ~/.i3/goi3status.json
}

And the config file was taken from the README.md on the repo:

{
    "colors": {
        "color_crit": "#FF0000",
        "color_warn": "#FFA500",
        "color_ok": "#00FF00",
        "color_general": "#FFFFFF"
    },
    "interval": "5s",
    "entries": [
        {
            "package": "memory",
            "name": "memory",
            "options": {
                "interval": "10s",
                "warn_threshold": 75,
                "crit_threshold": 85
            }
        }
    ]
}

Running the goi3bar command as mentioned in i3config file works without any errors and I see output beng emitted onto stdout every few seconds. However, it doesn't run through i3wm and throws error as mentioned in the subject.

Network connection widget

  • Show ip address
  • Show connected wifi network (if available)
  • Show connected speed
  • Show current downstream rate
  • Show current upstream rate

Add support for Dell XPS 13

Hi!

As you have stated in the readme it doesn't support all types of laptop batteries. To support for Dell XPS 13, and other laptops from Dell I suppose, you would need these changes.

RasmusLindroth@a534134

I could help you implement it but I'm not sure what the best way is. One alternative would be to would have to state your model in the configuration file, but I think the more cleaner solution would be to check if either POWER_SUPPLY_ENERGY_FULL or POWER_SUPPLY_CHARGE_FULL is set in /sys/class/power_supply/BAT0/subsystem/...

By the way, thank you for your software :)

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.