Giter Club home page Giter Club logo

.hammerspoon's Introduction

CSpoons repo

Spoons for the superb hammerspoon project.

CMeters

hammerspoon cmeters

Creates circles on desktop (or overlay) requires Python 3 to be installed and psutils, i.e. after installing Python 3 type

pip3 install psutils in your Terminal

You can customize the rings in the init.lua under obj.rings. Please note that drawing too many rings might drain your cpu.

Currently supported are cpu and network monitors.

You might need to adjust max and min values in value_range for network traffic in order to see something.

Ring config example

Rings are part of obj.rings in init.lua, e.g.

obj.rings = {
    cpu_seconds = { -- name irrelevant as long unique
     radius = 150, -- radius of circle
     startAngle = 0, -- start angle of circle 12 o'clock = 0
     endAngle = 180, -- end angle
     meterType = 'cpu', -- meter type cpu or network
     refreshEvery = 'second', -- refresh cycle
     baseLineAlpha = 0.5, -- alpha value for circle
     stepsToBaseLineAlpha = 5, -- how many steps backwards
     -- starting form current sec/min/hour
     -- will alpha = 1 decrease to reach baseLineAlpha,
     -- in principle creating a fading-out effect over x steps
     minWidth = 3, -- min width of circle
     maxWidth = 70, -- max width of circle
     color = "#3288bd", -- color - thanks colorbrewer :)
     center = { -- center of circle
         x = 200,
         y = 200
     },
     value_range = {
        min = 0, -- which cpu calue will be mapped to minWidth
        max = 100 -- or maxWidth
        -- this is more important for the network ring
     }
    }
}

CMover

Another window mover that supports multiple monitors. Not fully functional yet.

.hammerspoon's People

Contributors

fu avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.