From 85a72b55d4c171cfd0472a3a82d9d5376a907ba9 Mon Sep 17 00:00:00 2001 From: joestandring Date: Tue, 7 May 2019 19:15:21 +0000 Subject: [PATCH] Updated email --- dwm_bar.sh | 2 +- functions/dwm_alsa.sh | 2 +- functions/dwm_cmus.sh | 2 +- functions/dwm_countdown.sh | 2 +- functions/dwm_date.sh | 2 +- functions/dwm_keyboard.sh | 2 +- functions/dwm_mail.sh | 2 +- functions/dwm_resources.sh | 2 +- functions/dwm_weather.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dwm_bar.sh b/dwm_bar.sh index 08e9569..195c1e5 100755 --- a/dwm_bar.sh +++ b/dwm_bar.sh @@ -1,7 +1,7 @@ #!/bin/sh # A modular status bar for dwm -# Joe Standring +# Joe Standring # GNU GPLv3 # Dependencies: xorg-xsetroot diff --git a/functions/dwm_alsa.sh b/functions/dwm_alsa.sh index d39d730..1d694bb 100755 --- a/functions/dwm_alsa.sh +++ b/functions/dwm_alsa.sh @@ -1,7 +1,7 @@ #!/bin/sh # A dwm_bar function to show the master volume of ALSA -# Joe Standring +# Joe Standring # GNU GPLv3 # Dependencies: alsa-utils diff --git a/functions/dwm_cmus.sh b/functions/dwm_cmus.sh index d745721..db13653 100755 --- a/functions/dwm_cmus.sh +++ b/functions/dwm_cmus.sh @@ -1,7 +1,7 @@ #!/bin/sh # A dwm_bar function that shows the current artist, track, position, duration, and status from cmus -# Joe Standring +# Joe Standring # GNU GPLv3 # Dependencies: cmus diff --git a/functions/dwm_countdown.sh b/functions/dwm_countdown.sh index 58dfa59..2403e89 100755 --- a/functions/dwm_countdown.sh +++ b/functions/dwm_countdown.sh @@ -1,7 +1,7 @@ #!/bin/sh # A dwm_status function that displays the status of countdown.sh -# Joe Standring +# Joe Standring # GNU GPLv3 # Dependencies: https://github.com/joestandring/countdown diff --git a/functions/dwm_date.sh b/functions/dwm_date.sh index 034ac2b..7ccef71 100755 --- a/functions/dwm_date.sh +++ b/functions/dwm_date.sh @@ -1,7 +1,7 @@ #!/bin/sh # A dwm_bar function that shows the current date and time -# Joe Standring +# Joe Standring # GNU GPLv3 # Date is formatted like like this: "[Mon 01-01-00 00:00:00]" diff --git a/functions/dwm_keyboard.sh b/functions/dwm_keyboard.sh index 943a8ec..0216263 100755 --- a/functions/dwm_keyboard.sh +++ b/functions/dwm_keyboard.sh @@ -1,7 +1,7 @@ #!/bin/sh # A dwm_bar function that displays the current keyboard layout -# Joe Standring +# Joe Standring # GNU GPLv3 # Dependencies: xorg-setxkbmap diff --git a/functions/dwm_mail.sh b/functions/dwm_mail.sh index b994677..3766929 100755 --- a/functions/dwm_mail.sh +++ b/functions/dwm_mail.sh @@ -1,7 +1,7 @@ #!/bin/sh # A dwm_bar function to display the number of emails in an inbox -# Joe Standring +# Joe Standring # GNU GPLv3 # To count mail in an inbox, change "/path/to/inbox" below to the location of your inbox. For example, "/home/$USER/.mail/new" diff --git a/functions/dwm_resources.sh b/functions/dwm_resources.sh index 09e16d4..0694763 100755 --- a/functions/dwm_resources.sh +++ b/functions/dwm_resources.sh @@ -1,7 +1,7 @@ #!/bin/sh # A dwm_bar function to display information regarding system memory, CPU temperature, and storage -# Joe Standring +# Joe Standring # GNU GPLv3 dwm_resources () { diff --git a/functions/dwm_weather.sh b/functions/dwm_weather.sh index 5b23ac5..924f249 100755 --- a/functions/dwm_weather.sh +++ b/functions/dwm_weather.sh @@ -1,7 +1,7 @@ #!/bin/sh # A dwm_bar function to print the weather from wttr.in -# Joe Standring +# Joe Standring # GNU GPLv3 # Dependencies: curl