Skip to content

Instantly share code, notes, and snippets.

View yannrouillard's full-sized avatar

Yann Rouillard yannrouillard

View GitHub Profile
@yannrouillard
yannrouillard / README.md
Last active February 28, 2021 21:57
Dashing hot status widget

Dashing Hot Status Widget

You like the Dashing Hotness Widget and you like the text widget ? You will love the Dashing Hot Status Widget !

About

This widget is heavily inspired by the hotness widget except it will change its color based on the text displayed instead of the status text displayed (OK, WARNING, CRITICAL or UNKNOWN)

@yannrouillard
yannrouillard / jq
Last active August 26, 2019 11:34
Test
This file has been truncated, but you can view the full file.

Hot Progress Bar Widget

Description

This widget is a fork of the original Progress Bar Widget, a widget made for Dashing.

The original widget shows multiple animated progress bars and reacts dynamically to new information being passed in. This forked widget adds the possibility to define warning and critical thresholds for each progress bars, which will change their color depending on the threshold reached.

Anything with a current state and with a projected max/goal state can easily be represented with this widget.

# !/bin/bash
# Copyright (c) 2011 Float Mobile Learning
# http://www.floatlearning.com/
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
@yannrouillard
yannrouillard / README.md
Last active August 29, 2015 14:16 — forked from rowanu/README.md

Dashing Ringing Hotness Widget

Are you dashing? Are you hot? Then you need the Dashing Ringing Hotness Widget!

See the blog post for more details.

This widget is a fork of original Hotness widget with support for sound alert added.

About