File: NOTES.md

package info (click to toggle)
bumblebee-status 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,844 kB
  • sloc: python: 13,430; sh: 68; makefile: 29
file content (23 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Design
- core: only PSL
- pass if modules are missing
- minimize dependencies, code
- test everything in the core framework

# small stuff
- @parameter? (or was it @attribute?) - remove getter/setters
- use __ for private

## Improvements
- app launcher (list of apps, themeable)
- github pages?

## TODO
- themes: use colors to improve theme readability
- convert some stuff to simple attributes to reduce LOCs
- use widget index for bumblebee-ctl as alternative (??)
- use pytest?

# documentation
Add info about error widget and events for error logging
- which location APIs are used?