Skip to content

Instantly share code, notes, and snippets.

View cirrusUK's full-sized avatar
💭
Dunroamin, Duncarin, Dunlivin.

cirrus cirrusUK

💭
Dunroamin, Duncarin, Dunlivin.
View GitHub Profile
@cirrusUK
cirrusUK / conkybarrc
Created January 12, 2014 23:30
conky bar with weather & MPD
background yes
use_xft yes
#xftfont DejaVu Sans Mono:size=8
xftfont envy code r :pixelsize=12
xftalpha 0.8
out_to_console no
update_interval 5.0
total_run_times 0
draw_shades no
@cirrusUK
cirrusUK / gntrc
Created January 16, 2014 21:30
~/.gntrc
[Finch]
color-available = blue; default
color-background = blue; default
color-away = green; default
color-idle = green; default
color-offline = green; default
color-message-sent = green; default
color-message-received = green; default
color-message-highlight = red; default
color-message-action = green; default
@cirrusUK
cirrusUK / pms.py
Last active February 27, 2016 13:22
slightly edited pms script
#!/usr/bin/python
''' pms
Copyright (C) 2013 nagev
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
#!/usr/bin/env python
"""
pms-youtube.
https://github.com/np1/pms-youtube
Copyright (C) 2014 nagev
This program is free software: you can redistribute it and/or modify
@cirrusUK
cirrusUK / config
Last active August 29, 2015 13:56
~/.i3/config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
#
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
@cirrusUK
cirrusUK / .gntrc
Created March 6, 2014 19:59
file which determines colours used in finch ~/.gntrc
[Finch]
color-available = yellow; default
color-away = green; default
color-idle = green; default
color-offline = darkgray; default
color-message-sent = green; default
color-message-received = green; default
color-message-highlight = red; default
color-message-action = green; default
color-timestamp = blue; default
@cirrusUK
cirrusUK / termite config
Created March 6, 2014 20:03
config file for termite ~/.config/termite/config
[options]
resize_grip = false
geometry = 1920x1040
scroll_on_output = true
scroll_on_keystroke = true
audible_bell = true
visible_bell = true
mouse_autohide = true
dynamic_title = true
urgent_on_bell = true
@cirrusUK
cirrusUK / iplayer
Last active April 27, 2024 06:36
Lists, Records and Streams BBC iPlayer TV and Radio programmes + other Programmes via 3rd-party plugins. Requires a UK IP
#!/usr/bin/env perl
#
# get_iplayer - Lists, Records and Streams BBC iPlayer TV and Radio programmes + other Programmes via 3rd-party plugins
#
# Copyright (C) 2008-2010 Phil Lewis
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@cirrusUK
cirrusUK / pac.sh
Created March 11, 2014 20:48
shell script to show terminal colours, based on the arcade game pacman
#!/bin/sh
# ANSI Color -- use these variables to easily have different color
# and format output. Make sure to output the reset sequence after
# colors (f = foreground, b = background), and use the 'off'
# feature for anything you turn on.
initializeANSI()
{
esc=""
@cirrusUK
cirrusUK / ball.sh
Created March 11, 2014 20:49
shell script to show terminal colours
#! /bin/sh
printf "\033[0m
\033[49;35m|\033[49;31m|\033[101;31m|\033[41;97m|\033[49;91m|\033[49;93m|\033[0m
\033[105;35m|\033[45;97m|\033[49;97m||\033[100;97m||\033[49;37m||\033[103;33m|\033[43;97m|\033[0m
\033[49;95m|\033[49;94m|\033[100;37m||\033[40;97m||\033[40;37m||\033[49;33m|\033[49;32m|\033[0m
\033[104;34m|\033[44;97m|\033[49;90m||\033[40;39m||\033[49;39m||\033[102;32m|\033[42;97m|\033[0m
\033[49;34m|\033[49;36m|\033[106;36m|\033[46;97m|\033[49;96m|\033[49;92m|\033[0m"