summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/bin/email2
-rwxr-xr-xxinit/.xinitrc2
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