mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-12 23:29:43 +00:00
32 lines
514 B
Org Mode
32 lines
514 B
Org Mode
#+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
|
|
|
|
Modules:
|
|
- [x] Time
|
|
- [x] Date
|
|
- [ ] Weather
|
|
- [x] Arch Updates
|
|
- [ ] MPD
|
|
- [ ] Disk Usage
|
|
- [ ] Mail
|
|
- [ ] CPU Usage
|
|
- [ ] Temperature
|
|
- [ ] Volume
|
|
- [ ] Bluetooth
|
|
- [ ] Network
|
|
- [ ] Temperature
|
|
- [ ] Battery
|
|
|
|
Scripts
|
|
- [ ] /usr/bin/dwmbar
|
|
- [ ] /home/$USER/.config/dwmbarrc
|