aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-06 15:50:45 +0000
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-06 15:50:45 +0000
commit32eb3e5e914b07d933d2045bf9aab25369063120 (patch)
treefe96395b0066e46d730e08a745766a47a347a233
parent0233290c51b5d2f4a0c341a9d731b3237a60bdc2 (diff)
edited todo file
-rw-r--r--TODO.org44
-rw-r--r--todo.md4
2 files changed, 4 insertions, 44 deletions
diff --git a/TODO.org b/TODO.org
deleted file mode 100644
index a08848a..0000000
--- a/TODO.org
+++ /dev/null
@@ -1,44 +0,0 @@
-#+TITLE:TODO.org
-
-
-* 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/
-
-* Todo List
-- Separator optional between modules
-- Call all modules once on startup, then deal with delays
-
-Bugs to fix:
-none
-
-Modules to Write:
-- We are more than welcome to accept ideas and pull requests for future
-modules!
-
-Working Modules:
-- Todo
-- Disk Usage
-- Memory Usage
-- CPU Usage
-- Tor
-- Mail
-- Volume Bar
-- MPD
-- Backlight
-- Network
-- Volume
-- Battery
-- Temperature
-- Weather
-- Bluetooth
-- Arch Updates
-- Time
-- Date
-
-Scripts:
-- Individual module delays.
diff --git a/todo.md b/todo.md
new file mode 100644
index 0000000..3d8c004
--- /dev/null
+++ b/todo.md
@@ -0,0 +1,4 @@
+# TODO
+
+- Separator optional between modules
+- Call all modules once on startup, then deal with delays