diff options
| author | Chandler J <cjustice2000@gmail.com> | 2024-03-01 11:10:51 -0700 |
|---|---|---|
| committer | Chandler J <cjustice2000@gmail.com> | 2024-03-01 11:10:51 -0700 |
| commit | c6062afafacf10e5f4b8bbca03a954966fa58287 (patch) | |
| tree | b2b44b71d0e2aa969f86432bdff13bf3dc3ed5ca | |
| parent | 13ea9b7539534b19ce61d2694c0cf3832a6ec35e (diff) | |
fixed hackusu.md formatting
| -rw-r--r-- | hackusu.md | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -1,22 +1,22 @@ # Features I *could* add to `InstantRice` during HackUSU *number after item indicates anticipated level of difficulty out of 5* -- [] Using a central config file instead of a python dictionary | 2 -- [] Completing the TUI | 4 - - [] Creating classes that store configuration settings and persist changes made to config | 2 - - [] Class will need to grab initial state of configuration files | 2 -- [] Add support for compiling dmenu with predetermined list of plugins | 5 -- [] Add support for `dwm` | 5 -- [] Add support for `sway` (*should* be trivial) | 1 -- [] Rewrite K-means clustering algorithm using builtins instead of `scikit-learn` | 4 -- [] Implement native terminal image viewer (or find python lib that covers functionality) | 5 -- [] Minimize number of `sys` package usage | 5 -- [] add features to randomized color selector | 5 - - [] preview what colors will be used for what aspects of the system color scheme | 1 - - [] Add ability to customize what colors are used for different aspects of the system | 3 - - [] Add ability to 'keep' colors and regenerate other colors. | 1 - - [] Detection of when colors do not have enough contrast from one another and generate new scheme | 3 - - [] Provide ability to save color schemes to use independent of wallpaper | 2 - - [] Ability to load preset color scheme | 1 - - [] Provide ability to pass in separate image to provide colors than image being used for background | 1 -- [] Put program in a state to publish on AUR/pip | 2 - - [] Create build process using `PKGBUILD` or `PyInstaller` | 2 +- [ ] Using a central config file instead of a python dictionary | 2 +- [ ] Completing the TUI | 4 + - [ ] Creating classes that store configuration settings and persist changes made to config | 2 + - [ ] Class will need to grab initial state of configuration files | 2 +- [ ] Add support for compiling dmenu with predetermined list of plugins | 5 +- [ ] Add support for `dwm` | 5 +- [ ] Add support for `sway` (*should* be trivial) | 1 +- [ ] Rewrite K-means clustering algorithm using builtins instead of `scikit-learn` | 4 +- [ ] Implement native terminal image viewer (or find python lib that covers functionality) | 5 +- [ ] Minimize number of `sys` package usage | 5 +- [ ] add features to randomized color selector | 5 + - [ ] preview what colors will be used for what aspects of the system color scheme | 1 + - [ ] Add ability to customize what colors are used for different aspects of the system | 3 + - [ ] Add ability to 'keep' colors and regenerate other colors. | 1 + - [ ] Detection of when colors do not have enough contrast from one another and generate new scheme | 3 + - [ ] Provide ability to save color schemes to use independent of wallpaper | 2 + - [ ] Ability to load preset color scheme | 1 + - [ ] Provide ability to pass in separate image to provide colors than image being used for background | 1 +- [ ] Put program in a state to publish on AUR/pip | 2 + - [ ] Create build process using `PKGBUILD` or `PyInstaller` | 2 |
