mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-10 06:29:44 +00:00
33 lines
483 B
Org Mode
33 lines
483 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:
|
|
- MPD
|
|
- Disk Usage
|
|
- Mail
|
|
- CPU Usage
|
|
- Network
|
|
- Volume Bar
|
|
|
|
Finished Modules:
|
|
- Volume
|
|
- Battery
|
|
- Temperature
|
|
- Weather
|
|
- Bluetooth
|
|
- Arch Updates
|
|
- Time
|
|
- Date
|
|
|
|
Scripts
|
|
- Modules that don't output anything shouldn't get a separator.
|