dwmbar/TODO.org

47 lines
754 B
Org Mode
Raw Normal View History

2019-10-21 17:42:17 +00:00
#+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
2019-10-24 09:11:33 +00:00
- Delay in archupdates module (if minutes divisible by 5/4)
2019-11-05 17:13:56 +00:00
- python3 instead of bc
- User can specify the separator between each module
- Fix weather module
2019-10-23 13:46:23 +00:00
Bugs to fix:
2019-10-26 01:26:33 +00:00
none
2019-10-22 00:41:52 +00:00
2019-10-21 22:51:27 +00:00
Modules to Write:
2019-10-23 13:46:23 +00:00
- We are more than welcome to accept ideas and pull requests for future
2019-10-22 14:32:30 +00:00
modules!
2019-10-21 18:49:46 +00:00
2019-10-21 22:51:27 +00:00
Working Modules:
2019-10-22 00:41:52 +00:00
- Todo
2019-10-22 14:32:30 +00:00
- Disk Usage
- Memory Usage
- CPU Usage
2019-10-22 00:41:52 +00:00
- Tor
- Mail
2019-10-21 22:51:27 +00:00
- Volume Bar
- MPD
- Backlight
- Network
- Volume
- Battery
- Temperature
2019-10-21 18:49:46 +00:00
- Weather
- Bluetooth
- Arch Updates
- Time
- Date
2019-10-21 17:42:17 +00:00
Scripts:
- Individual module delays.