This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
""" Convert values between RGB hex codes and xterm-256 color codes. | |
Nice long listing of all 256 colors and their codes. Useful for | |
developing console color themes, or even script output schemes. | |
Resources: | |
* http://en.wikipedia.org/wiki/8-bit_color | |
* http://en.wikipedia.org/wiki/ANSI_escape_code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ignore everything | |
* | |
!.gitignore | |
# except PKGBUILD needed files | |
!PKGBUILD | |
!*.install | |
!ChangeLog | |
# common wing-man files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// $XKeyboardConfig$ | |
// ***************************************************************************************** | |
// ****** ****** | |
// ***** Colemak layouts - additions, locales and learning steps as variants ***** | |
// ***** by Øystein Bech "DreymaR" Gadmar, 2011 ***** | |
// ****** ****** | |
// ***************************************************************************************** | |
default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Pablo Olmos de Aguilera C. <pablo at glatelier dot org> | |
# Contributor: name <david at goodlad dot ca> | |
# Contributor: name <tang0th at gmx dot com> | |
pkgname=ttf-meslo | |
_pkgname=Meslo | |
pkgver=1.2.1 | |
pkgrel=1 | |
pkgdesc="Meslo LG is a customized version of Apple's Menlo font (includes DZ version)" | |
arch=('any') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Author: Pablo Olmos de Aguilera C. pablo at glatelier dot org | |
# | |
# Little wrapper to prevent xmessage to pop if errors are thrown when | |
# (re)compiling xmonad. Of course this assumes that you should recompile it from | |
# the command line. | |
# | |
# Just make sure your $PATH is correctly set, before the original xmessage to | |
# this code run. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use C-a instead of C-b as the prefix | |
set -g prefix C-a | |
unbind-key C-b | |
bind-key C-a send-prefix | |
#set 256 colors | |
set -g default-terminal "screen-256color" | |
# set default shell | |
#set -g default-command "exec /bin/bash" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@define-color fg_active #dadada; | |
@define-color fg_insensitive #151515; | |
@define-color fg_normal #ffffff; | |
@define-color fg_prelight #fcfcfc; | |
@define-color fg_selected #fcfcfc; | |
@define-color bg_active #151515; | |
@define-color bg_insensitive #303030; | |
@define-color bg_normal #232323; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: jtts | |
# Contributor: Pablo Olmos de Aguilera C. <pablo at glatelier dot org> | |
pkgname=lib32-flashplugin10 | |
_filename="fp_10.3.183.20_archive" | |
_licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf' | |
pkgver=10.3.183.20 | |
pkgrel=1 | |
pkgdesc='Adobe Flash Player v10 (32-bit) - multilib version for x86_64 with working HW accelerated scaling' | |
url='http://kb2.adobe.com/cps/142/tn_14266.html' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Peter Richard Lewis <[email protected]> | |
# Contributor: TDY <[email protected]> | |
# Contributor: Roberto Viola <[email protected]> | |
pkgname=ttytter | |
pkgver=2.0.00 | |
pkgrel=1 | |
pkgdesc="A multi-functional, command-line twitter client" | |
arch=('any') | |
url="http://www.floodgap.com/software/ttytter/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -s | |
######################################################################### | |
# | |
# TTYtter v2.0 (c)2007-2012 cameron kaiser (and contributors). | |
# all rights reserved. | |
# http://www.floodgap.com/software/ttytter/ | |
# | |
# distributed under the floodgap free software license | |
# http://www.floodgap.com/software/ffsl/ | |
# |