GithubHelp home page GithubHelp logo

Comments (10)

FormalSnake avatar FormalSnake commented on May 28, 2024

unrelated question, but how do I make it have background blur and float?

from dotfiles.

FelixKratz avatar FelixKratz commented on May 28, 2024

Battery only shows when below 60%, the desktop thingies use yabai -m space --focus .. such that it will only work if you have SIP disabled.

I have no clue why the wifi is not showing, possibly the event is not properly fired. I have only ever tested the wifi_change event with my devices. I am listening for changes in the ".*/Network/Global/IPv4" domain, so it should work.

For github notifications you need brew install gh and then authenticate via gh auth login

from dotfiles.

FormalSnake avatar FormalSnake commented on May 28, 2024

It does show my IP correctly

from dotfiles.

FormalSnake avatar FormalSnake commented on May 28, 2024

And my github notifications are fixed now!

from dotfiles.

FelixKratz avatar FelixKratz commented on May 28, 2024

It does show my IP correctly

Then only the SSID (in $INFO) is empty:

ICON="$([ -n "$INFO" ] && echo "$WIFI_CONNECTED" || echo "$WIFI_DISCONNECTED")"

from dotfiles.

FormalSnake avatar FormalSnake commented on May 28, 2024

How do I fix that?

from dotfiles.

FelixKratz avatar FelixKratz commented on May 28, 2024

How do I fix that?

Just above the ICON=... line I have referenced above put:

INFO="$(/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport -I  | awk -F' SSID: '  '/ SSID: / {print $2}')"

If this does not fix it I am not sure

from dotfiles.

FormalSnake avatar FormalSnake commented on May 28, 2024

Yes, my wifi thing works now!

unrelated question, but how do I make it have background blur and float?
Like this:
image

from dotfiles.

FelixKratz avatar FelixKratz commented on May 28, 2024

Try running this command in your commandline while the bar is running:

sketchybar --bar color.alpha=0.5 corner_radius=11 blur_radius=20 y_offset=10 margin=10

You can play with the values until you like it and then copy this command to the bottom of your sketchybarrc to make it persist a restart.

Docs: https://felixkratz.github.io/SketchyBar/config/bar

from dotfiles.

FormalSnake avatar FormalSnake commented on May 28, 2024

Thank you very much! It looks amazing!

from dotfiles.

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.