d6072d0eb7
Added icons/colors to the pomodoro module and shortened the display text.
63 lines
941 B
JSON
63 lines
941 B
JSON
{
|
|
"icons": [ "awesome-fonts" ],
|
|
"colors": [ "wal" ],
|
|
"defaults": {
|
|
"separator-block-width": 0,
|
|
"critical": {
|
|
"fg": "cursor",
|
|
"bg": "color5"
|
|
},
|
|
"warning": {
|
|
"fg": "cursor",
|
|
"bg": "color6"
|
|
},
|
|
"default_separators": false
|
|
},
|
|
"cycle": [
|
|
{
|
|
"fg": "foreground",
|
|
"bg": "background"
|
|
},
|
|
{
|
|
"fg": "background",
|
|
"bg": "foreground"
|
|
}
|
|
],
|
|
"dnf": {
|
|
"good": {
|
|
"fg": "background",
|
|
"bg": "color3"
|
|
}
|
|
},
|
|
"apt": {
|
|
"good": {
|
|
"fg": "background",
|
|
"bg": "color3"
|
|
}
|
|
},
|
|
"battery": {
|
|
"charged": {
|
|
"fg": "background",
|
|
"bg": "color3"
|
|
},
|
|
"AC": {
|
|
"fg": "background",
|
|
"bg": "color3"
|
|
}
|
|
},
|
|
"pomodoro": {
|
|
"paused": {
|
|
"fg": "cursor",
|
|
"bg": "color6"
|
|
},
|
|
"work": {
|
|
"fg": "background",
|
|
"bg": "foreground"
|
|
},
|
|
"break": {
|
|
"fg": "background",
|
|
"bg": "color3"
|
|
}
|
|
}
|
|
|
|
}
|