Skip to content

Instantly share code, notes, and snippets.

View undu's full-sized avatar

Pau Ruiz Safont undu

View GitHub Profile
# Author: Lucain
#
pkgname=zukitwo-colors
pkgver=2012.11.01
pkgrel=1
pkgdesc="Zukitwo Gtk2.0/Gtk3.0/Metacity with Shiki-Colors color scheme."
url="http://www.deviantart.com/download/310434222/zukitwo_colors__2012_11_01__by_karashata-d54toku.zip"
license=('LGPL')
arch=('any')
depends=('gtk-engine-murrine')
@undu
undu / seekbar.fx
Created April 21, 2013 20:22
Seekbar I use in foobar for the foo_wave_seekbar; It displays half the wave, with a double-width seeking bar.
texture tex : WAVEFORMDATA;
sampler sTex = sampler_state {
Texture = (tex);
MipFilter = LINEAR;
MinFilter = LINEAR;
MagFilter = LINEAR;
AddressU = Clamp;
};