mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
edited todo file
This commit is contained in:
parent
0233290c51
commit
32eb3e5e91
2 changed files with 4 additions and 44 deletions
44
TODO.org
44
TODO.org
|
@ -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.
|
4
todo.md
Normal file
4
todo.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# TODO
|
||||
|
||||
- Separator optional between modules
|
||||
- Call all modules once on startup, then deal with delays
|
Loading…
Reference in a new issue