Spruced up the pomodoro module.
Added icons/colors to the pomodoro module and shortened the display text.
This commit is contained in:
parent
3c1f127fef
commit
d6072d0eb7
21 changed files with 361 additions and 90 deletions
|
@ -302,6 +302,10 @@
|
|||
},
|
||||
"system": {
|
||||
"prefix": "system"
|
||||
}
|
||||
|
||||
},
|
||||
"pomodoro": {
|
||||
"off": { "prefix": "pom" },
|
||||
"paused": { "prefix": "||" },
|
||||
"on": { "prefix": " >" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -222,5 +222,10 @@
|
|||
},
|
||||
"rss": {
|
||||
"prefix": ""
|
||||
},
|
||||
"pomodoro": {
|
||||
"off": { "prefix": "🍅" },
|
||||
"paused": { "prefix": "" },
|
||||
"on": { "prefix": "" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -185,5 +185,11 @@
|
|||
},
|
||||
"rss": {
|
||||
"prefix": "\uf1ea"
|
||||
},
|
||||
"pomodoro": {
|
||||
"off": { "prefix": "\uf24f" },
|
||||
"paused": { "prefix": "\uf210" },
|
||||
"on": { "prefix": "\uf488" }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue