Skip to content

osmanuygar/xbar-custom-plugins

Repository files navigation

xbar-custom-plugins

This repo contains scripts that add functionality to xbar.

Usage

  • You have to add scripts to xbar plugin folder. If you don't find related folder, you can choose "open plugin folder" from xbar menu
  • Scripts should be executable so you can run below command
  • chmod +x <script>
  • Let's refresh xbar 🥳

weather-from-google-search.py

Get city weather data from google search
change below lines(12-15) according to your location

params = {
  "q": "istanbul weather",
  "hl": "tr",
}

Screen Shot 2022-01-06 at 18 03 37

currency-usd-euro-gld-to-try.py

Get turkish lira rates

Screen Shot 2022-01-07 at 17 54 44

About

This repo contains scripts that add functionality to xbar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published