diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-06-08 09:16:10 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-06-08 09:16:10 +0100 |
commit | d072d2e0a1d13bd8873f2377a80672cae0180829 (patch) | |
tree | f79e819c45a4c231915addd649862e81d317770a | |
parent | 044daf27847f28b44a85d458f848c8054c521ff8 (diff) |
[.xinitrc] Set default colorscheme
-rwxr-xr-x | bin/bin/email | 2 | ||||
-rwxr-xr-x | 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 |