From d072d2e0a1d13bd8873f2377a80672cae0180829 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 8 Jun 2016 09:16:10 +0100 Subject: [.xinitrc] Set default colorscheme --- bin/bin/email | 2 +- xinit/.xinitrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bin/email b/bin/bin/email index c0db4bd..b4fe9fa 100755 --- a/bin/bin/email +++ b/bin/bin/email @@ -6,7 +6,7 @@ export DISPLAY=:0 # Get all emails mbsync -a -new_mails=$(find $HOME/.mail -path '*/new/*' -type f) +new_mails=$(find $HOME/.mail -path '*/new/*' -type f -not -path '*/rss/*') if [[ ! -z ${new_mails} ]]; then subjects=$(cat $(echo -e ${new_mails/'\n'/' '}) | grep "^Subject: " | sed "s/^Subject: //g") diff --git a/xinit/.xinitrc b/xinit/.xinitrc index 6b014cd..7d8a022 100755 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -7,7 +7,7 @@ xset r rate 400 50 $HOME/bin/keyboard # Load Xresources to light colorscheme -xrdb ~/.Xresources/base.xresources +xrdb ~/.Xresources/solarized.light.xresources # Background feh --bg-fill --randomize /usr/share/backgrounds -- cgit v1.2.3