commit 5f4a2eb0077643c826966daa3a2a3bc72393692e
parent 83b5814af4e706b8c700ffbceb563f6e00640a10
Author: Anders Damsgaard <adc@geo.au.dk>
Date: Mon, 14 Jan 2013 21:29:55 +0100
changed color scheme
Diffstat:
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults
@@ -5,7 +5,10 @@ Xcursor.size: 22
! terminal colors ------------------------------------------------------------
! tangoesque scheme
-*background: #111111
+!*background: #111111
+!*background: #0b2b36
+*background: #041621
+!*background: #1d1f21
*foreground: #babdb6
! Black (not tango) + DarkGrey
*color0: #000000
diff --git a/.bashrc b/.bashrc
@@ -82,6 +82,8 @@ if [ `hostname` == "adc-stationary" ]; then
export LIBRARY_PATH=/usr/local/lib:$LIBRARY_PATH
export PYTHONPATH=/usr/local/lib/python2.7/dist-packages:$PYTHONPATH
+ #source $HOME/OpenFOAM/OpenFOAM-2.1.x/etc/bashrc
+
# Julia
#export PATH=/Users/adc/install/julia:$PATH
fi
@@ -105,3 +107,5 @@ if [ `hostname` == "master" ] ||
export PATH=/usr/local/cuda/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib:$LD_LIBRARY_PATH
fi
+
+
diff --git a/.xinitrc b/.xinitrc
@@ -36,7 +36,7 @@ dunst &
# Automatically suspend system after 20 mins of inactivity
#xautolock -time 20 -locker "sudo pm-suspend" &
# Automatically lock the screen after 10 mins of inactivity
-xautolock -time 10 -locker "i3lock -c 000000" &
+xautolock -time 10 -locker "i3lock -c 1d1f21" &
#DEFAULT_SESSION=awesome
DEFAULT_SESSION=i3
diff --git a/.xprofile b/.xprofile
@@ -1,5 +1,6 @@
#export LC_ALL="en_DK.UTF-8"
-export LANG=en_DK.UTF-8
+#export LANG=en_DK.UTF-8
+export LANG=en_US.UTF-8
export LC_ALL=
export LC_COLLATE="C"
export LC_CTYPE="en_US.UTF-8"