diff options
| author | MineralwaterXu <[email protected]> | 2020-12-21 16:50:29 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2020-12-21 16:50:29 +0800 |
| commit | d3f1b4a32b7ed1158fcc6c581bbcdeb0fdc3a4a5 (patch) | |
| tree | 2e2ddb32be14e1ae7a57e06f7d641ca86962f400 /dwm-status-refresh.sh | |
| parent | 974471df3c2bae917a12fd45d544198291647bdd (diff) | |
add mail status
Diffstat (limited to 'dwm-status-refresh.sh')
| -rwxr-xr-x | dwm-status-refresh.sh | 4 |
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 |
