[core] Rework core implementation
Experimental re-implementation of core functionality with the aim: - Depend only on the Python Standard Library for core - If modules are missing elsewhere, *never* throw - Unit test *everything* - Cleaner and more minimal implementation - Better integration points for existing implementations (charts, braille, etc.) - Full backwards-compatibility with existing module system (except where modules can be vastly simplified)
This commit is contained in:
parent
72f88b3409
commit
e931bb93c6
214 changed files with 45 additions and 13040 deletions
|
@ -1,55 +0,0 @@
|
|||
{
|
||||
"icons": [ "awesome-fonts" ],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"warning": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#E5C07B"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#E06C75"
|
||||
}
|
||||
},
|
||||
"cycle": [
|
||||
{"fg": "#ABB2BF", "bg": "#4B5263"},
|
||||
{"fg": "#ABB2BF", "bg": "#282C34"}
|
||||
],
|
||||
"dnf": {
|
||||
"good": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#98C379"
|
||||
}
|
||||
},
|
||||
"pacman": {
|
||||
"good": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#98C379"
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"charged": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#98C379"
|
||||
},
|
||||
"AC": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#98C379"
|
||||
}
|
||||
},
|
||||
"pomodoro": {
|
||||
"paused": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#E5C07B"
|
||||
},
|
||||
"work": {
|
||||
"fg": "#98C379",
|
||||
"bg": "#282C34"
|
||||
},
|
||||
"break": {
|
||||
"fg": "#282C34",
|
||||
"bg": "#98C379"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue