I hereby claim:
- I am 3raxton on github.
- I am 3raxton (https://keybase.io/3raxton) on keybase.
- I have a public key ASDM6EZia73D8UyuaKSvg5_z8qc8Le6hkiO9Gg0vrkvVoAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Code originally created by the awesome members of Ubersicht community. | |
# I stole from so many I can't remember who you are, thank you so much everyone! | |
# Haphazardly adjusted and mangled by Pe8er (https://github.com/Pe8er) | |
# Mixed widget created by 3raxton (https://braxtonhuff.com/) | |
options = | |
# Choose where the widget should sit on your screen. | |
verticalPosition : "bottom" # top | bottom | center | |
horizontalPosition : "left" # left | right | center |
Above & Beyond █████░░░░░░░░░░░░ 27 plays | |
anamē ██░░░░░░░░░░░░░░░ 11 plays | |
Anjunadeep █▉░░░░░░░░░░░░░░░ 10 plays | |
CRi █▌░░░░░░░░░░░░░░░ 8 plays | |
Estiva █▌░░░░░░░░░░░░░░░ 8 plays | |
Robby East █▎░░░░░░░░░░░░░░░ 7 plays | |
Amy Wiles ▉░░░░░░░░░░░░░░░░ 5 plays | |
Sound Quelle ▉░░░░░░░░░░░░░░░░ 5 plays | |
Sub Focus ▉░░░░░░░░░░░░░░░░ 5 plays | |
Heretixx ▊░░░░░░░░░░░░░░░░ 4 plays |
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script> | |
<script> | |
var now = new Date(); | |
var day = now.getDate(); // 0-31 Days | |
var month = now.getMonth() + 1; // 0-11 Months | |
if(day === 05 && month == 01) { | |
var snowflakes = new Snowflakes({ | |
color: '#fff', // Default: "#5ECDEF" | |
count: 50, // 100 snowflakes. Default: 50 |