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
" vim-airline companion theme of Hybrid | |
" (https://github.com/w0ng/vim-hybrid) | |
let g:airline#themes#hybrid#palette = {} | |
let s:N1 = [ '#282a2e' , '#c5c8c6' , 'black' , 15 ] | |
let s:N2 = [ '#c5c8c6' , '#373b41' , 15 , 8 ] | |
let s:N3 = [ '#ffffff' , '#282a2e' , 255 , 'black' ] | |
let g:airline#themes#hybrid#palette.normal = airline#themes#generate_color_map(s:N1, s:N2, s:N3) | |
let g:airline#themes#hybrid#palette.normal.airline_a = ['#005f00', '#b5bd68', 22, 10, ''] |
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
" | |
" ~/.vimrc | |
" | |
" Comptability {{{ | |
" ----------------------------------------------------------------------------- | |
" | |
set nocompatible " use vim defaults instead of vi | |
set encoding=utf-8 " always encode in utf | |
"}}} |
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
#$Id: PKGBUILD 110666 2014-05-04 21:54:46Z dwallace $ | |
# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com> | |
# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d> | |
pkgname=youtube-viewer | |
_pkgdir=trizen-youtube-viewer | |
epoch=1 | |
pkgver=3.1.1 | |
pkgrel=1 | |
pkgdesc="A command line utility for viewing youtube-videos in MPlayer." |
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
# Numix GTK Theme | |
#gtk-color-scheme = "bg_color:#dedede\nfg_color:#555555\nbase_color:#f9f9f9\ntext_color:#333333\nselected_bg_color:#d64937\nselected_fg_color:#f9f9f9\ntooltip_bg_color:#2d2d2d\ntooltip_fg_color:#dedede\ntitlebar_bg_color:#2d2d2d\ntitlebar_fg_color:#dcdcdc\nmenubar_bg_color:#2d2d2d\nmenubar_fg_color:#dcdcdc\ntoolbar_bg_color:#dedede\ntoolbar_fg_color:#555555\nmenu_bg_color:#2d2d2d\nmenu_fg_color:#dcdcdc\npanel_bg_color:#2d2d2d\npanel_fg_color:#dcdcdc\nlink_color:#fc6f5d" | |
gtk-color-scheme = "bg_color:#dedede\nfg_color:#333333\nbase_color:#f9f9f9\ntext_color:#333333\nselected_bg_color:#d64937\nselected_fg_color:#f9f9f9\ntooltip_bg_color:#f5f5b5\ntooltip_fg_color:#000000\ntitlebar_bg_color:#dedede\ntitlebar_fg_color:#333333\nmenubar_bg_color:#dedede\nmenubar_fg_color:#333333\ntoolbar_bg_color:#dedede\ntoolbar_fg_color:#333333\nmenu_bg_color:#dedede\nmenu_fg_color:#333333\npanel_bg_color:#dedede\npanel_fg_color:#333333\nlink_color:#fc6f5d" | |
# Default Style | |
style "murrine-default" { | |
GtkArrow::a |
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
<?xml version="1.0"?> | |
<glade-interface> | |
<!-- interface-requires gtk+ 2.12 --> | |
<!-- interface-naming-policy toplevel-contextual --> | |
<widget class="GtkDialog" id="pref_dialog"> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="border_width">5</property> | |
<property name="title" translatable="yes">Preferences</property> | |
<property name="window_position">center-on-parent</property> | |
<property name="default_width">500</property> |
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
# ------------------------------------------------------------------------------ | |
# tlp - Parameters for power save | |
# Hint: some features are disabled by default, remove the leading # to enable them | |
# Set to 0 to disable/1 to enable TLP | |
TLP_ENABLE=1 | |
# Seconds laptop mode has to to wait after the disk goes idle before doing a sync. | |
# Non-zero value enables, zero disables laptop mode. |
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
Filesystem Size Used Avail Use% Mounted on | |
/dev/sda6 9.3G 3.2G 5.7G 37% / | |
dev 2.0G 0 2.0G 0% /dev | |
run 2.0G 548K 2.0G 1% /run | |
tmpfs 2.0G 0 2.0G 0% /dev/shm | |
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup | |
tmpfs 2.0G 8.0K 2.0G 1% /tmp | |
/dev/sdd1 1.8T 862G 880G 50% /mnt/scratch | |
/dev/sda5 179M 34M 133M 21% /boot | |
/dev/sda8 34G 9.2G 23G 29% /home |
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
abs 2.4.4-1 | |
ack 2.12-1 | |
alsa-utils 1.0.27.2-1 | |
arch-firefox-search 0.8.2-6 | |
autoconf 2.69-1 | |
automake 1.14-1 | |
bash 4.2.045-5 | |
binutils 2.24-1 | |
bison 3.0.2-1 | |
bitlbee 3.2.1-1 |
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
<?xml version="1.0"?> | |
<HUD2export> | |
<config> | |
<Exported Name="Default 2.0 HUD" font_size="8" font_name="Verdana" font_attr="1" big_pots="50" big_color="Color [A=255, R=255, G=255, B=255]" text_color="Color [A=255, R=255, G=255, B=255]" background="Color [A=255, R=0, G=0, B=0]" alt_background="Color [A=255, R=175, G=0, B=0]" sng_bb_grid="False" show_abrev="False" opacity="8" card_opacity="10" seperate_panels="False" pots="2" site_index="-2" tbl_avg_abbrev="True" show_settings_line="True" show_notes="True" show_autorate="True" use_session="False" fixed_width="False" disable_hero="False" scale_fonts="True" drop_shadow="True" force_topmost="False" auto_z="True" active_only="False" min_hands="0" overhang="0" separator="/" statPadding="4"> | |
<MainPopup> | |
<node name="Preflop" /> | |
<node name="Steal" /> | |
<node name="Flop" /> | |
<node name="Turn" /> | |
<node name="River" /> |
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
<?xml version="1.0"?> | |
<HUD2export> | |
<config> | |
<Exported Name="w0ng" font_size="8" font_name="Verdana" font_attr="1" big_pots="50" big_color="Color [A=255, R=255, G=255, B=255]" text_color="Color [A=255, R=255, G=255, B=255]" background="Color [A=255, R=0, G=0, B=0]" alt_background="Color [A=255, R=175, G=0, B=0]" sng_bb_grid="False" show_abrev="False" opacity="8" card_opacity="10" seperate_panels="False" pots="2" site_index="-2" tbl_avg_abbrev="True" show_settings_line="True" show_notes="True" show_autorate="True" use_session="False" fixed_width="False" disable_hero="False" scale_fonts="True" drop_shadow="True" force_topmost="False" auto_z="True" active_only="False" min_hands="0" overhang="0" separator="/" statPadding="4"> | |
<MainPopup> | |
<node name="Preflop" /> | |
<node name="Steal" /> | |
<node name="Flop" /> | |
<node name="Turn" /> | |
<node name="River" /> |