summaryrefslogtreecommitdiff
path: root/dwm-status-refresh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dwm-status-refresh.sh')
-rwxr-xr-xdwm-status-refresh.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm-status-refresh.sh b/dwm-status-refresh.sh
index 73da128..c250d77 100755
--- a/dwm-status-refresh.sh
+++ b/dwm-status-refresh.sh
@@ -139,7 +139,7 @@ export IDENTIFIER="unicode"
#. "$DIR/dwmbar-functions/dwm_cmus.sh"
#. "$DIR/dwmbar-functions/dwm_resources.sh"
#. "$DIR/dwmbar-functions/dwm_battery.sh"
-#. "$DIR/dwmbar-functions/dwm_mail.sh"
+. "$DIR/dwmbar-functions/dwm_mail.sh"
#. "$DIR/dwmbar-functions/dwm_backlight.sh"
. "$DIR/dwmbar-functions/dwm_alsa.sh"
#. "$DIR/dwmbar-functions/dwm_pulse.sh"
@@ -156,7 +156,7 @@ get_bytes
vel_recv=$(get_velocity $received_bytes $old_received_bytes $now)
vel_trans=$(get_velocity $transmitted_bytes $old_transmitted_bytes $now)
-xsetroot -name " 💿 $(print_mem)M $(dwm_alsa) $(print_date) "
+xsetroot -name " 💿 $(print_mem)M $(dwm_mail) $(dwm_alsa) $(print_date) "
# Update old values to perform new calculations
old_received_bytes=$received_bytes