diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-21 18:42:17 +0100 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-21 18:42:17 +0100 |
commit | e07390e981e7dfc9ff5fa068d8cc4078b70790f0 (patch) | |
tree | 71f6347c46ee25d4ed4146616a4d7d596d62f70e /TODO.org |
Initial commit.
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..ab59d74 --- /dev/null +++ b/TODO.org @@ -0,0 +1,24 @@ +#+TITLE:TODO.org + +* Modules To Do +[ ] - Date +[ ] - Weather +[ ] - Updates +[ ] - MPD +[ ] - Disk Usage +[ ] - Mail +[ ] - CPU Usage +[ ] - Temperature +[ ] - Volume +[ ] - Bluetooth +[ ] - Network +[ ] - Temperature +[ ] - Battery + +* Structure +Main shell script, calls each module one by one, in the order specified. +Each module writes to stdout. + +/usr/bin/dwmbar +/home/$USER/.config/dwmbar/dwmbarrc +/home/$USER/.config/dwmbar/modules/ |