Can't get this list formatted right

This commit is contained in:
Archie Hilton (thytom) 2019-10-22 22:37:55 +01:00
parent 6da30bc553
commit 16ea007427

View file

@ -77,29 +77,29 @@ Modules can be written in any language, so long as they are executable and
print their output to stdout. print their output to stdout.
Currently available default modules are: Currently available default modules are:
- archupdates &tab&tabGets the number of updates available **Arch Linux Only** - archupdates - Gets the number of updates available **Arch Linux Only**
- backlight &tab&tabShows the brightness of the screen - backlight - Shows the brightness of the screen
- battery &tab&tabGets battery percentage - battery - Gets battery percentage
- bluetooth &tab&tabShows bluetooth status - bluetooth - Shows bluetooth status
- cpuload &tab&tabShows the CPU load in % - cpuload - Shows the CPU load in %
- date &tab&tabShows the calendar date - date - Shows the calendar date
- daypercentage &tab&tabShows how far through the day you are, in % - daypercentage - Shows how far through the day you are, in %
- disksize &tab&tabShows the disk usage - disksize - Shows the disk usage
- ethernet &tab&tabShows ethernet connection - ethernet - Shows ethernet connection
- internet &tab&tabShows whether internet is available (TODO) - internet - Shows whether internet is available (TODO)
- mail &tab&tabShows how much mail you have - mail - Shows how much mail you have
- mpd &tab&tabShows MPD status - mpd - Shows MPD status
- ram &tab&tabShows RAM usage - ram - Shows RAM usage
- redshift &tab&tabShows current screen temperature from Redshift - redshift - Shows current screen temperature from Redshift
- sunmoon &tab&tabDisplays a sun or moon for time of day - sunmoon - Displays a sun or moon for time of day
- temperature &tab&tabDisplays the temperature of the CPU - temperature - Displays the temperature of the CPU
- time &tab&tabDisplays time - time - Displays time
- todo &tab&tabPrints the number of todos for the "t" todo manager - todo - Prints the number of todos for the "t" todo manager
- tor &tab&tabPrints if the tor service is enabled - tor - Prints if the tor service is enabled
- volume &tab&tabPrints volume in % - volume - Prints volume in %
- volumebar &tab&tabDisplays a volume bar - volumebar - Displays a volume bar
- weather &tab&tabShows weather info - weather - Shows weather info
- wifi &tab&tabShows wifi connection - wifi - Shows wifi connection
# Possible Features # Possible Features