Browse Source

Updated email

patch-fontkeys
joestandring 5 years ago
parent
commit
85a72b55d4
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      dwm_bar.sh
  2. +1
    -1
      functions/dwm_alsa.sh
  3. +1
    -1
      functions/dwm_cmus.sh
  4. +1
    -1
      functions/dwm_countdown.sh
  5. +1
    -1
      functions/dwm_date.sh
  6. +1
    -1
      functions/dwm_keyboard.sh
  7. +1
    -1
      functions/dwm_mail.sh
  8. +1
    -1
      functions/dwm_resources.sh
  9. +1
    -1
      functions/dwm_weather.sh

+ 1
- 1
dwm_bar.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A modular status bar for dwm
# Joe Standring <joe@joestandring.com>
# Joe Standring <git@joestandring.com>
# GNU GPLv3
# Dependencies: xorg-xsetroot


+ 1
- 1
functions/dwm_alsa.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function to show the master volume of ALSA
# Joe Standring <jstandring@pm.me>
# Joe Standring <git@joestandring.com>
# GNU GPLv3
# Dependencies: alsa-utils


+ 1
- 1
functions/dwm_cmus.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function that shows the current artist, track, position, duration, and status from cmus
# Joe Standring <jstandring@pm.me>
# Joe Standring <git@joestandring.com>
# GNU GPLv3
# Dependencies: cmus


+ 1
- 1
functions/dwm_countdown.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_status function that displays the status of countdown.sh
# Joe Standring <jstandring@pm.me>
# Joe Standring <git@joestandring.com>
# GNU GPLv3
# Dependencies: https://github.com/joestandring/countdown


+ 1
- 1
functions/dwm_date.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function that shows the current date and time
# Joe Standring <jstandring@pm.me>
# Joe Standring <git@joestandring.com>
# GNU GPLv3
# Date is formatted like like this: "[Mon 01-01-00 00:00:00]"


+ 1
- 1
functions/dwm_keyboard.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function that displays the current keyboard layout
# Joe Standring <jstandring@pm.me>
# Joe Standring <git@joestandring.com>
# GNU GPLv3
# Dependencies: xorg-setxkbmap


+ 1
- 1
functions/dwm_mail.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function to display the number of emails in an inbox
# Joe Standring <jstandring@pm.me>
# Joe Standring <git@joestandring.com>
# 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"


+ 1
- 1
functions/dwm_resources.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function to display information regarding system memory, CPU temperature, and storage
# Joe Standring <jstandring@pm.me>
# Joe Standring <git@joestandring.com>
# GNU GPLv3
dwm_resources () {


+ 1
- 1
functions/dwm_weather.sh View File

@ -1,7 +1,7 @@
#!/bin/sh
# A dwm_bar function to print the weather from wttr.in
# Joe Standring <jstandring@pm.me>
# Joe Standring <git@joestandring.com>
# GNU GPLv3
# Dependencies: curl


Loading…
Cancel
Save