blob: 1f21ec3b347ca97c08c421f55d8193f3eef415da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
#+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
- Different file for customizable stuff
- Add --rootdir option to install script
Bugs to fix
- Sometimes double |
- Cpuload module is way too slow. fix. (archie)
- Status bar starts to close to screen (add space)
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.
- Make install script install locally and not for root.
|