This file contains hidden or 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
| 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 | |
This file contains hidden or 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
| [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 |
This file contains hidden or 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/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. |
This file contains hidden or 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 | |
| """ | |
| pms-youtube. | |
| https://github.com/np1/pms-youtube | |
| Copyright (C) 2014 nagev | |
| This program is free software: you can redistribute it and/or modify |
This file contains hidden or 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
| # 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! |
This file contains hidden or 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
| [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 |
This file contains hidden or 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
| [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 |
This file contains hidden or 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 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. |
This file contains hidden or 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/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="" |
This file contains hidden or 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/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" |