This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Dzen2
Built in support for dzen2 is being considered. However, amazing can already be useful with dzen2.
Since the output of -t uses Ruby syntax, it can be used like this:
% amazing -t WIDGET [OPTIONS] | ruby <<< 'puts @default'Bash is apparently too stupid to understand it, but you can do:
% (amazing -t WIDGET [OPTIONS]; echo 'puts @default') | rubyWhat comes after the puts works just like the format option. Because of this, we can do things like:
Iterative updates
% while true; do amazing -t alsa | ruby <<< 'puts @default'; sleep 1; done | gdbar | dzen2and we have a dzen2 + amazing driven volume bar.
Manual updates
% mkfifo ~/.dzenfifo % while true; do tail -1 ~/.dzenfifo; done | dzen2 & % amazing -t WIDGET [OPTIONS] | ruby <<< 'puts @default' > ~/.dzenfifo






