Giter VIP home page Giter VIP logo

uebersicht-fetch's Introduction

Fetch-Übersicht

Shows stats such as system, network and weather information on your desktop. Requires Übersicht. Most scripts are based on neofetch. Requires OpenWeatherMap API key for weather.

Screenshot

uebersicht-fetch's People

Contributors

aleksilassila avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

uebersicht-fetch's Issues

Enhancement: More data in weather section.

I've been testing out having more robust data in the weather section (controlled via a const value in fetch.jsx), so far I've added:

  • Cloud cover percentage
  • Real feel
  • Hi/Lo
  • Pressure
  • Humidity
  • Wind speed
    Note: OpenWeatherMaps only provides hPa (Hectopascal Pressure Unit) in their pressure data. I can work on a method to convert this to mBa or other forms if need be, very open to discussion about this.

Screenshot of current implementation:

Imperial
Screen Shot 2021-07-22 at 15 36 20

Metric
Screen Shot 2021-07-22 at 15 37 40

Bug: Battery grep method displays incorrect "remaining" time in Monterey beta.

Issue:
Battery remaining time cuts off first digit of time if time remaining >= 10:00 (see images attached)
Currently unknown what causes this as running pmset -g batt in Terminal does indeed show the correct time.
I noticed this after updating to macOS Monterey so it's definitely something to do with this.

Terminal output with time remaining >= 10:00:

╭─cr@cr-mba ~ 
╰─$ pmset -g batt
Now drawing from 'Battery Power'
 -InternalBattery-0 (id=20643939)	82%; discharging; 10:21 remaining present: true

Image of issue:
Screen Shot 2021-08-19 at 20 23 38

OS line displays wrong OS arch for Apple Silicon.

I have an M1 MacBook Air and I noticed that the OS displays the wrong architecture for Apple Silicon. Now I've found this is very odd as in runOnce.sh it collects the architecture via calling $(uname -m) now when I run this in my terminal it does return the proper architecture:

╭─cr@cr-mba ~/git-repos/uebersicht-fetch ‹main› 
╰─$ uname -m
arm64

But when it runs inside Ubersicht it displays x86_64(Intel) and not arm64(Apple Silicon). I currently haven't found a fix for this, I'm currently working on a fix and will update this issue when I make some progress.

Screen Shot 2021-07-19 at 22 11 15

GPU not showing, Error making IOI2CSendRequest

Heyho!

Nice looking widget! :) I don't want to mess with your scripts, so i thought i'd share it with you. I have a 2017 MacBook Pro with a Radeon Pro 555 2 GB.

I'm getting following error:
2021-01-26 13:51:55.041 system_profiler[83964:7494789] Error -536870187 (e00002d5) making IOI2CSendRequest
Although, neofetch is getting it correctly.

image

But your Script is working fine in my Terminal

timo@dagobah  ~      gpu="$(system_profiler SPDisplaysDataType |\
           awk -F': ' '/^\ *Chipset Model:/ {printf $2 ", "}')"
    gpu="${gpu//\/ \$}"
    gpu="${gpu%,*}"

    echo $gpu
Intel HD Graphics 630, Radeon Pro 555

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.