dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0f8d62be31c71aeebc7e0faa39d105f82ed9158c
parent f313e6dbbee83b5823a071dfda6103e3dd839cb5
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 26 Jan 2015 18:50:27 +0100

updates for flaptop

Diffstat:
M.Xresources | 8+++++---
M.i3/status | 4++--
Mcreate_symlinks.sh | 1+
3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -3,8 +3,9 @@ Xcursor.theme: Vanilla-DMZ-AA Xcursor.size: 22 ! terminal colors ------------------------------------------------------------ -#include "/home/adc/.colors/solarized" -!#include "/home/adc/.colors/solarized_light" +!#include "/home/adc/.colors/solarized" +#include "/home/ad/.colors/solarized" +!#include "/home/ad/.colors/solarized_light" !#include "/home/adc/.colors/erosionedit" ! fonts ---------------------------------------------------------------------- @@ -64,7 +65,8 @@ URxvt.keysym.C-0: command:\033]710;xft:PragmataPro:size=20\007\033]711;xft:Pragm !URxvt.letterSpace: -1 ! looks good with PragmataPro -URxvt.letterSpace: -2 +!URxvt.letterSpace: -2 +URxvt.letterSpace: -1 !urxvt*font: -*-lemon-*-*-*-*-*-*-*-*-*-*-*-* !urxvt*boldFont: -*-lemon-*-*-*-*-*-*-*-*-*-*-*-* diff --git a/.i3/status b/.i3/status @@ -11,7 +11,7 @@ general { #order += "disk /" order += "run_watch DHCP" order += "run_watch VPN" -order += "wireless wlan0" +order += "wireless wlan1" order += "ethernet eth0" order += "volume master" order += "battery 0" @@ -19,7 +19,7 @@ order += "load" order += "cpu_usage" order += "time" -wireless wlan0 { +wireless wlan1 { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -26,6 +26,7 @@ for F in .colors .config/uzbl .config/awesome .config/dwb .config/bspwm .config/ ln -s $SOURCE $TARGET done +mkdir -p ~/bin # Home folder bin directory for F in `ls bin/`; do SOURCE=$PWD/bin/$F