Skip to content

jjoshm/waybar-ethereum-gastracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waybar-ethereum-gastracker

image

Script for the Waybar Custom Module https://github.com/Alexays/Waybar

Displays Ethereum Gas Price

Data is fetched from https://etherscan.io/gastracker

Config

"custom/gas": {
        "exec": "gastracker.py",
        "return-type": "json"
}

Styling

#custom-gas.low {
    background-color: green;
}

#custom-gas.average {
    background-color: #f1c40f;
}

#custom-gas.high {
    background-color: red;
}

highis set when the average price is 10% higher the average price from the start time of the script. low is set when the average price is 10% lower the average price from the start time of the script .average everything between

About

Displays Ethereum Gas prices in your Waybar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages